Giter Club home page Giter Club logo

catpictures's Introduction

catpictures

This Repository is a self learning tool to help understand the basics of multiple languages.

Running these (Windows 10):

Python

Navigate to Python root folder then from command prompt run: python main.py

Golang

Navigate to /src/wallpaper/ in the Golang folder then from command prompt run go build. This will produce wallpaper.exe which can be executed from the command line.

.NET

Navigate to wallpaper in the the .NET folder and run csc Program.cs. This will produce a Program.exe which can be executed from the command line.

NodeJS

From the root of the NodeJS folder simply run npm install once complete you can run npm start to execute the program.

Java

To compile and run from the windows CMD First of all ensure you have an Enviromental variable PATH set to: C:\Program Files\Java\jdkxxx_xxx\bin and a folder in C drive called git. Compilation Example: Navigate to C:\git\catpictures\Java\src\com\cats\java Proceed to compile classes EXAMPLE - javac -cp "C:\git\catpictures\Java\lib\jna-4.2.2.jar;C:\git\catpictures\ Java\lib\jsoup-1.10.1.jar" *.java Upon compiling classes with external libraries referenced, program is ready to run Navigate to C:\git\pictures\Java\src Proceed to run program EXAMPLE- `java -cp "C:\git\catpictures\Java\lib\jsoup-1.10.1.java;C:\gitcatpictures\Java\lib\jna-4.2.2.jar;" com/cats/java/Main

For ease and use in regards to compiling and running of Java code an IDE or build tool is recommended however can be can be completed manually within the Windows command prompt as demonstraited above.

The purpose is the create the same end result from multiple different languages in order to:

  • Learn
  • Highlight differences

The Goal?

Using each of the above languages (See Folders):

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.