Nick Chambers (DTSCode)

DTSCode

Geek Repo

Company:Dragon Tooth Software

Location:California

Home Page:http://www.cplusplus.com/user/DTSCode/

Github PK Tool:Github PK Tool


Organizations
cpluspluscom

Nick Chambers's repositories

Nimbus

Nimbus is a nim eval IRC bot, primarily for #nim. The eval code here is based off the original eval code in my toy bot BillsPC. Nimbus works by building a local copy of the Portable C Compiler (since a faster compilation time is more important in this case than a better designed ELF) and a local copy of the nim compiler. Nimbus runs in the MOE Competition Sandbox (thank you @charliesome) because it has certain features such as preventing syscalls and has a timeout function

Language:NimrodLicense:NOASSERTIONStargazers:5Issues:2Issues:1

BunnyFarm

Write a program that creates a linked list of bunny objects. Each bunny object must have Sex: Male, Female (random at creation 50/50) color: white, brown, black, spotted age : 0-10 (years old) Name : randomly chosen at creation from a list of bunny names. radioactive_mutant_vampire_bunny: true/false (decided at time of bunny creation 2% chance of true) At program initialization 5 bunnies must be created and given random colors. Each turn afterwards the bunnies age 1 year. So long as there is at least one male age 2 or older, for each female bunny in the list age 2 or older; a new bunny is created each turn. (i.e. if there was 1 adult male and 3 adult female bunnies, three new bunnies would be born each turn) New bunnies born should be the same color as their mother. If a bunny becomes older than 10 years old, it dies. If a radioactive mutant vampire bunny is born then each turn it will change exactly one non radioactive bunny into a radioactive vampire bunny. (if there are two radioactive mutant vampire bunnies two bunnies will be changed each turn and so on...) Radioactive vampire bunnies are excluded from regular breeding and do not count as adult bunnies. Radioactive vampire bunnies do not die until they reach age 50. The program should print a list of all the bunnies in the colony each turn along w/ all the bunnies details, sorted by age. The program should also output each turns events such as "Bunny Thumper was born! Bunny Fufu was born! Radioactive Mutant Vampire Bunny Darth Maul was born! Bunny Julius Caesar died! The program should write all screen output to a file. When all the bunnies have died the program terminates. If the bunny population exceeds 1000 a food shortage must occur killing exactly half of the bunnies (randomly chosen) ★ Modify the program to run in real time, with each turn lasting 2 seconds, and a one second pause between each announement. ★★ Allow the user to hit the 'k' key to initiate a mass rabit cull! which causes half of all the rabits to be killed (randomly chosen). ★★★★ Modify the program to place the rabits in an 80x80 grid. Have the rabits move one space each turn randomly. Mark juvenile males with m, adult males w/ M, juvenile females w/ f, adult femails w/ F radioactive mutant vampire bunnies with X Modify the program so that radioactive mutant vampire bunnies only convert bunnies that end a turn on an adjacent square. Modify the program so that new babies are born in an empty random adjacent square next to the mother bunny. (if no empty square exits then the baby bunny isn't born) ★★★★★ Modify the program so that it saves each turn to a file and can play back at accelearted speed all subsequent turns.

License:MITStargazers:1Issues:2Issues:0

dtshell

A shell raylu pressured me into making.

Language:CLicense:MITStargazers:1Issues:3Issues:0

AIndrew

This is an artificial intelligence in the works. It's goal is to talk, and learn. Some rigidness is to be expected.

Language:JavaLicense:NOASSERTIONStargazers:0Issues:2Issues:0

articles

A collection of articles for various aspects of programming and programming languages

Language:CSSStargazers:0Issues:2Issues:0

cleverbot

An extensible IRC bot implemented using C++11 and Boost.Asio

Language:C++License:MITStargazers:0Issues:2Issues:0

docker-nim

Docker image for Nim compiler and nimble package manager

Language:NimrodLicense:MITStargazers:0Issues:2Issues:0

dongerdong

ヽ༼ຈل͜ຈ༽ノ DongerDong IRC Fight Bot ヽ༼ຈل͜ຈ༽ノ

Language:PythonLicense:GPL-3.0Stargazers:0Issues:2Issues:0

dotfiles

My collection of dotfiles

Language:ShellStargazers:0Issues:2Issues:0

DTSCode.github.io

A collection of programming related documents and articles

Language:CSSStargazers:0Issues:2Issues:0

dtscodeio

My personal website

Language:NimrodLicense:MITStargazers:0Issues:2Issues:0

hacker-scripts

Based on a true story

Language:PythonStargazers:0Issues:2Issues:0

ktfxairbrush.com

The beginnings of the still theoretical website ktfxairbrush.com

License:MITStargazers:0Issues:2Issues:0

lambot

An IRC bot written in the Lamb programming language

Stargazers:0Issues:2Issues:0

learntris-haskell

a test suite to help you implement a famous falling blocks game

Language:PythonLicense:MITStargazers:0Issues:2Issues:0

littleosbook

Source for the little book about OS development

Language:CSSStargazers:0Issues:2Issues:0

lolcat

Rainbows and unicorns!

Language:RubyLicense:WTFPLStargazers:0Issues:2Issues:0

NCoC

No Code of Conduct: A Code of Conduct for Adults in Open Source Software

Stargazers:0Issues:2Issues:0

ni

A Rebol-ish language implemented as an AST interpreter in Nim

Language:NimrodLicense:NOASSERTIONStargazers:0Issues:2Issues:0

Nim

Nim (formerly known as "Nimrod") is a compiled, garbage-collected systems programming language which has an excellent productivity/performance ratio. Nim's design focuses on efficiency, expressiveness, elegance (in the order of priority).

Language:NimrodLicense:NOASSERTIONStargazers:0Issues:2Issues:0

nimbot

The friendly, slightly sentient, Nim IRC bot.

Language:NimrodStargazers:0Issues:2Issues:0

nimlets

A gallery of self-contained examples of Nim code

Language:NimrodLicense:MITStargazers:0Issues:2Issues:0

parsetris

Parsetris is intended to be the next step after learntris

License:MITStargazers:0Issues:2Issues:0

Python-Explorer

Interactive python disassembler based on gcc-explorer

Stargazers:0Issues:2Issues:0

quine-relay

An uroboros program with 100 programming languages

Language:RubyStargazers:0Issues:2Issues:0

replace-bot

A search and replace bot written in perl. You should know that I wrote this with no perl experience or knowledge. I just found a bot skeleton and guessed perl syntax.

Language:PerlLicense:MITStargazers:0Issues:3Issues:0

rpn

A calculator that takes infix and spits out the solution. Infix expressions are compiled to rpn expressions via an implementation of the shunting yard algorithm.

Language:PythonLicense:MITStargazers:0Issues:2Issues:0

toolchains

Shell script to build gcc for various architectures

Language:ShellStargazers:0Issues:2Issues:0

wolf

A compyler written for a generic language

License:MITStargazers:0Issues:3Issues:0

youtubebot

a bot for youtubing in irc

Language:PythonStargazers:0Issues:2Issues:0