Code Monkey home page Code Monkey logo

misc's Introduction

Miscellaneous bits and bobs!

A dumping ground repository for learning stuff (including how to write using org-mode).

Some TODOs!

learn how org mode works

  • State “DONE” from “TODO” [2018-11-20 Tue 18:44]
  • State “DONE” from “TODO” [2018-11-20 Tue 18:44]

start this document

add a checklist

here is a list! [1/2]

  1. [X] foo
  2. [ ] bar

Some code snippets!

Here is some python:

import os
print(os.getcwd())
/home/jeff/workspace/misc/misc

Here is some R:

library(GGally)
ggpairs(iris)

plot.png

Here is some C++:

#include <iostream>
int main()
{
    std::cout << "Hello world (from C++)!\n";
}
Hello world (from C++)!
public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello world (from java)!");
    }
}
Hello world (from java)!

Some latex

here is some LaTeX:

foo \(ω\) bar

A table

foobarbazhehe
more lines…….it is quite smart
some long text23whaaaat
col1col2sum
123
10212
123

table from the help…

FuncnxResult
#exp(x)1x1 + x
#exp(x)2x1 + x + x^2 / 2
#exp(x)3x1 + x + x^2 / 2 + x^3 / 6
#x^2+sqrt(x)2x=0x*(0.5 / 0) + x^2 (2 - 0.25 / 0) / 2
#x^2+sqrt(x)2x=12 + 2.5 x - 2.5 + 0.875 (x - 1)^2
*tan(x)3xx pi / 180 + 5.716e-8 x^3 pi^3

misc's People

Contributors

jeffpollock9 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

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.