Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.53 KB

File metadata and controls

39 lines (33 loc) · 1.53 KB

This is my Coding repositiory

What this will do


  • be about coding

  • I will do languages like:

    • HTML: html <p>Hello, World!</p>
    • Javascript javascript window.onload => {// hello world!};,
    • CSS: css body { margin: 0px; padding: 0px; },
    • C: c #include <stdio.h>,
    • C# or CS or CSharp: cs using System;,
    • C++ or CPP or CPlusPlus: cpp #iclude <iostream>; using namespace std;,
    • PHP: php <?php ?>,
    • Kotlin: kt package 'something' data class something() fun alsosomething(),
    • Swift: override func something() { },
    • SQL: CREATE something; SELECT something;,
    • MySQL: CREATE TABLE 'something'; INSERT INTO 'something'(1, 2, 3); SELECT 'something';,
    • SQLite: /* Hello, world! */ static int something(something, *db, Index, *pIdx, int something2 { };,
    • SQLServer: CREATE VIEW something WITH ENCRYTION,
    • MongoDB: const Hello = require('../something/something.db/'); const World = require('world');,
    • XML: <?xml version="some number" encoding="mostly utf-8 or windows-2585" ?> <hello></hello>,
    • Ruby: require "something",
    • Python: def something(something2): something() return something();,
    • Java: import java.io.IOException;,
    • Perl: use strict; use warnings; use feature qw/ say /;,
    • COBOL: PROCEDURE DIVISION.,
    • Lisp: (defun something),
    • SVG: <svg viewBox="number number number number"></svg>,
    • and Mongoose: const mongoose = require('mongoose');!
  • I might also do misc like:

    • .git