Skip to content
View oryt's full-sized avatar

Block or report oryt

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. backup backup Public

    Script to create tar of folder user enters. The tar tolder will be created with Backup, hostname and current date as name.

    Shell

  2. C-adventure-game C-adventure-game Public

    I wrote this program because I was curious about C and I wanted to try it out and It was written mostly by trading sleep for coding. I am certain that there is tons of ways this code could be bette…

    C 1

  3. count-words-in-py count-words-in-py Public

    A small script I wrote for a Python course. You feed it a text file and it loops over the text and print out a list with the 100 most used words in the list. I am certain that there is a lot of thi…

    Python

  4. find-words-py find-words-py Public

    I did this script for a python course I was taking. Its a A python script that takes file name and a search word as argument and then the script will locate the word and then print out the line whe…

    Python

  5. RockPaperScissorsLizardSpock RockPaperScissorsLizardSpock Public

    A basic java script version of the classic Rock Paper Scissors Lizard Spock game

    HTML

  6. ticTacToe ticTacToe Public

    For a Python course I took I was asked to write a ticTacToe game. Its horribly inefficent but it works.

    Python