Skip to content
View oldmammuth's full-sized avatar

Organizations

@sentinelmap
Block or Report

Block or report oldmammuth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Simple Brainfuck to C traspiler writ... Simple Brainfuck to C traspiler written in Rust.
    1
    // "Hello, world!"
    2
    static PROGRAM: &'static str = "++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.";
    3
    
    
    4
    fn main() {
    5
        let tokens = tokenize(PROGRAM);
  2. Simple Custom RSS plugin for WordPre... Simple Custom RSS plugin for WordPress. Customize line 8 and 12. Flush links table by saving the permalinks configuration (under settings) again. Enjoy!
    1
    <?php
    2
    /*
    3
    Plugin Name: Site Plugin for <mysitename>
    4
    Description: Site specific code changes for <mysitename>
    5
    */
  3. abortistats abortistats Public

    Small research in Italian about the affirmation that in Italy in the 70s there died each year 20,000 women because of clandestine abortions.

    Python