Skip to content

Instantly share code, notes, and snippets.

View thelink2012's full-sized avatar

Denilson das Mercês Amorim thelink2012

View GitHub Profile
#!/usr/bin/env python3
"""
Transforms a Grouvee CSV file (exported from a Grouvee profile) into a
CSV file listing the game and the required time to beat it in ascending
order.
Usage Examples:
cat grouvee.csv | ./howlongtobeat-grouvee.py
cat grouvee.csv | ./howlongtobeat-grouvee.py "Backlog" "Wish List"
"""
#!/usr/bin/env python3
"""
Trabalhos de Formais e Automatos - 2017.2
Denilson das Mercês Amorim
O código a seguir transforma um dado DFA em um DFA minímo pelo
algoritmo de Hopcroft.
O algoritmo funciona da seguinte maneira:
#!/usr/bin/env python3
"""
Trabalho de Linguagens Fôrmais e Automatos - 2017.2
Denilson das Mercês Amorim
O código a seguir transforma um DFA arbitrário em seu minímo equivalente
através do algoritmo de Brzozowski.
Mesmo que a especificação do trabalho peça o uso do algoritmo de Hopcroft,
resolvi programar este algoritmo por dois motivos:
  • Feature Name: dump
  • Start Date: 07/12/2016

Summary

Dump of raw bytes into the bytecode.

Motivation

//
// Quick Vehicle Spawner v2.0
//
// Originally one of my first scripts (http://www.gtagarage.com/mods/show.php?id=19593), this is
// a improved version with performance issues fixed.
//
// This script reaches its best potential together CPad.DoCheats_Numpad_and_KeyPressedFlag.cs
// which can be found in the download link above.
//
// This should somehow demonstrate the use of GTA3script on the making of custom scripts.
  • Feature Name: gta3sc-define
  • Start Date: 11/11/2016

Summary

Means of defining string constants within GTA3script files.

Motivation

  • Feature Name: require
  • Start Date: 11/11/2016

Summary

A feature to include external GTA3script files into the compilation process.

Motivation

  • Feature Name: gta3script-cleo4
  • Start Date: 11/11/2016

Summary

Proposal to define CLEO4 commands and semantics for the so called GTA3script language.

Detailed design

  • Feature Name: custom-headers
  • Start Date: 11/11/2016

Knowledge of the SCM format is assumed.

Summary

This is a proposal for a standard format for custom header chunks in the SCM bytecode.

  • Feature Name: commands-oat
  • Start Date: 11/11/2016

Knowledge of the SCM format is assumed.

Summary

Proposal for a means of compiling commands by associating them with hashes.