Glitch City Laboratories Archives

Glitch City Laboratories closed on 1 September 2020 (announcement). This is an archived copy of a thread from Glitch City Laboratories Forums.

You can join Glitch City Research Institute to ask questions or discuss current developments.

You may also download the archive of this forum in .tar.gz, .sql.gz, or .sqlite.gz formats.

Forum Games

Press Ctrl+V or Cmd+V or whatever and post - Page 142

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: ISSOtm
Date: 2019-04-13 14:23:25
https://cdn.discordapp.com/attachments/303217943234215948/445249716201193474/unknown.png

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Torchickens
Date: 2019-04-16 06:55:25
つくっ

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Zowayix
Date: 2019-04-16 21:20:10
https://twitter.com/NintendoVS/status/1118318187072720896

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Parzival
Date: 2019-04-16 22:38:05
Sp Flash Tool is the application that is provided and developed by MediaTek

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: ISSOtm
Date: 2019-04-22 13:29:49

## GBDK vs GBDK-n

GBDK:
- Has banking

GBDK-n:
- Better code gen [verification needed]
- Far less compiler bugs [verification needed]
- Possibility to contribute


## GBDK-n vs. SDCC w/ custom lib

GBDK-n:
- Has a community (experience, help, tutorials)

Custom lib:
- More efficient code = you can do more
- Retro-compatible if you want to
- Less confusing
- More versatile


## SDCC w/ custom lib vs. ASM

Custom lib:
- Faster to write
- Easier to read and maintain code

ASM:
- More powerful
- More flexible
- Faster
- Smaller
- Debuggable

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Torchickens
Date: 2019-04-22 13:44:27
https://www.youtube.com/watch?v=9gxtO1NmV8M

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Zowayix
Date: 2019-04-26 23:42:24
https://arstechnica.com/gaming/2019/04/after-a-lost-atari-rom-leaks-retro-fans-ask-was-it-stolen/

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Torchickens
Date: 2019-06-03 07:11:24
Gosh again I am tempted by Hello Kitty's cuteness. :| OK you win!! Just don't flood me with any more cute videos.

https://www.youtube.com/watch?v=EYp_gxutHKg

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Missing? NO!
Date: 2019-06-06 03:10:21
https://forums.glitchcity.info/index.php?topic=8665.msg214228#msg214228

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Ketsuban
Date: 2019-06-08 21:17:29
https://www.youtube.com/watch?v=PdKKoOiEgqY

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Zowayix
Date: 2019-07-02 00:55:03
def sanitize_name(s, supersafe=False):
#These must never be filenames or folder names!  Badbadbad!
if not s:
return 'Nothing'

s = s.replace('/', '-')
s = s.replace('\x00', ' ')

if supersafe:
#ext4 will be fine without this, FAT32 will not
#So I guess other filesystems you wanna be safe too
s = s.replace('"', '\'')
s = s.replace('*', '-')
s = s.replace(':', '-')
s = s.replace('<', '-')
s = s.replace('>', '-')
s = s.replace('?', '-')
s = s.replace('\\', '-')
s = s.replace('|', '-')

if len(s) > 200:
s = s[:199] + ''

if s == 'NUL':
return 'null'

if s == '.':
return 'dot'
if s == '..':
return 'dotdot'
return s

def sanitize_path(path, supersafe=False):
parts = pathlib.Path(path).parts
if not parts:
return None #hmm
has_slash = False
if parts[0] == '/':
has_slash = True
parts = parts[1:]

sanitized_parts = [sanitize_name(path_part, supersafe) for path_part in parts]
if has_slash:
sanitized_parts = ['/'] + sanitized_parts
return os.path.join(*sanitized_parts)

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Ketsuban
Date: 2019-07-08 03:14:48
updating infobox

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Abwayax
Date: 2019-07-09 00:13:46
https://www.tapatalk.com/groups/ffo/index.php?showtopic=8592

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Ketsuban
Date: 2019-07-09 16:18:29
ow do you want to provide the required attribution for material sourced from the OSC wiki? I was thinking a Wikipedia-style {{Ambox}}-based template

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Angrysmurf
Date: 2020-04-01 11:46:25
[img]https://i.gpx.plus/ZRRMp/o.png[/img][img]https://i.gpx.plus/EylMp/o.png[/img][img]https://i.gpx.plus/QSmMp/o.png[/img][img]https://i.gpx.plus/lwmMp/o.png[/img][img]https://i.gpx.plus/zVCMp/o.png[/img][img]https://i.gpx.plus/lCoBp/o.png[/img]