import 4.code.about;

class Header {

public void title() {

String fullTitle = '/wsr/';
}

public void menu();

public void board();

public void goToBottom();

}
class Thread extends Board {
public void undefined(OP Anonymous) {

String fullTitle = 'undefined';
int postNumber = 1456796;
String image = '1713474598450566.jpg';
String date = '04/18/24(Thu)17:09:58';
String comment = 'does anyone know of a website that has a database of video games that lets you filter out platforms? i'm trying to get the most accurate possible list of games that are available for ps4 but not pc. ps4 exclusive lists don't cut it since i'm looking for games that are also for switch, xbone, vita, etc. to be included. https://videogamegeek.com/ has this feature but the database seems very incomplete/outdated.';

}
public void comments() {
if(Anonymous && title=='undefined' && postNumber==1456808 && dateTime=='04/18/24(Thu)18:22:16') {

'https://en.wikipedia.org/wiki/Category:Video_game_lists_by_platform';

}

if(Anonymous && title=='undefined' && postNumber==1456809 && dateTime=='04/18/24(Thu)18:27:48') {

'>>1456808
if there's a way to return results that exist in a specific one of those categories while excluding results that exist in one specific other category, that'd be what i'm looking for. is there a tool like that for wikipedia?'
;

}

if(Anonymous && title=='undefined' && postNumber==1456874 && dateTime=='04/18/24(Thu)23:31:18') {

'>>1456809
It's an SQL query job. You can put entries into text and then put it into several Access tables for game platforms (Excel can do that too but never tried it personally). The query will be something like this (you'll need to use real table and field names):
SELECT PC.Gaym_Naym, Atari_Jag.Gaym_Naym
FROM Atari_Jag RIGHT JOIN PC ON Atari_Jag.Gaym_Naym = PC.Gaym_Naym
WHERE (Atari_Jag.Gaym_Naym Is Null);

Problem is some game names won't match letter to letter in different lists so they will count as separate entities unless you filter them out. If you somehow get your hands on an existing database where game entries are unique it'll be even better.'
;

}

if(Anonymous && title=='undefined' && postNumber==1456893 && dateTime=='04/19/24(Fri)03:16:52') {

'>>1456874
while looking into how to get a clean csv/etc. dump of the page titles in a wikipedia category, i ended up coming across this tool that just lets you directly query which pages are in one category and not another like i wanted
https://petscan.wmflabs.org/?psid=28061835
but thanks for the lead, anon'
;

}

}
}