Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am ledfan on github.
  • I am ledfan (https://keybase.io/ledfan) on keybase.
  • I have a public key ASC845oIEHoD_T8EjXYuEnkECoe-UWGfOk-QSCu3mnoghAo

To claim this, I am signing this object:

<?php
use OCA\MyApp\AppInfo\Application;
$app = new Application();
$test = $app->getContainer()->query('abc');
{
"Variables": ["S","A","B","C","D","E"],
"Terminals": ["a", "b","c","d"],
"Productions": [
{"head": "S", "body": ["a","E", "S","E","E", "b","E","E"]},
{"head": "S", "body": ["~"]},
{"head": "S", "body": ["S"]},
{"head": "S", "body": ["E"]},
{"head": "S", "body": ["B"]},
{"head": "S", "body": ["C"]},
@LEDfan
LEDfan / README.md
Created September 28, 2016 06:35
Add page numbers to existing PDF
@LEDfan
LEDfan / main.cpp
Last active January 23, 2016 18:23
#include <iostream>
using namespace std;
int main() {
cout << "Test1...." << endl;
int j = 10;
int a = 124;
int** test = new int*[10];
test[0] = &j;
@LEDfan
LEDfan / HOWTO.md
Last active January 28, 2017 10:51
Install Spotify on OpenSUSE
@LEDfan
LEDfan / .gitignore
Last active August 29, 2015 14:13
Boostrap Angular app using HTML fetched form ajax
.idea