Skip to content

Instantly share code, notes, and snippets.

@fulminator
fulminator / gist:4a3e6fa531da91f479d9
Created July 18, 2014 16:52
lista bpt-urilor pe care le am deja
Nr. Nume Volum Autor Gen An Editura Pagini
1 Poezii 1 Mihai Eminescu Poezie 1987 Minerva 209
1 Poezii bis Mihai Eminescu Poezie 1987 Minerva 285
4 Calatorie in Africa 1 Vasile Alecsandri Roman 1984 320
5 Dridri 2 Vasile Alecsandri Roman 1984 330
6 Povesti. Amintiri, povestiri x Ion Creanga Povestiri 1989 300
11 Versuri originale si talmaciri x St. O. Iosif Poezie 1968 Editura pentru literatura 371
15 Cantece de vitejie bis George Cosbuc Poezie 1966 392
15 Cantece de vitejie bis George Cosbuc Poezie 1966 444
@fulminator
fulminator / gist:6964499
Created October 13, 2013 16:56
bpt - seria veche - colectia mea
Nr. Nume Volum Autor Gen An Editura
1 Poezii 1 Mihai Eminescu Poezie 1987 Minerva
1 bis Poezii 2 Mihai Eminescu Poezie 1987 Minerva
4 Calatorie in Africa 1 Vasile Alecsandri Roman 1984
5 Dridri 2 Vasile Alecsandri Roman 1984
6 Povesti. Amintiri, povestiri x Ion Creanga Povestiri 1989
11 Versuri originale si talmaciri x St. O. Iosif Poezie 1968 Editura pentru literatura
15 Cantece de vitejie bis George Cosbuc Poezie 1966
15 Cantece de vitejie bis George Cosbuc Poezie 1966
// libraries
#include <Stepper.h>
// buffer containing the data
char inData[50];
// index used for buffer
byte index;
// set start and end of packet of data sent
#define SOP '<'
// libraries
#include <Stepper.h>
// buffer containing the data
char inData[50];
// index used for buffer
byte index;
// set start and end of packet of data sent
#define SOP '<'
// biblioteci
#include <Stepper.h>
// bufferul care contine informatia:
char buffer[6];
// indexul folosit pentru salvarea char-urilor in buffer
byte i;
// ledul de pe placuta
int led = 13;
// declare a character array of 50 elements (0 to 49)
char buffer[50];
// declaring the index, it should be a number, but it works as char anyhow
char i;
// this is the setup function, simple commands that occur only once
void setup(){
// let's start serialing with a baud rate of 9600 bytes per second
Serial.begin(9600);
// memory setting: all 50 elements of the char array are equal to null character
const int ledPin = 13; // the pin that the LED is attached to
char incomingString[10];
void setup() {
// initialize serial communication:
Serial.begin(9600);
// initialize the LED pin as an output:
pinMode(ledPin, OUTPUT);
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jquery testing zone</title>
<link rel="stylesheet" href="style.css" />
<script src="jquery.min.js"></script>
<script src="javascript.js"></script>
</head>
#container {
background-color:#fff;
width: 640px;
}
$(document).ready(function(e) {
var images = [
"time",
"clock",
"calendar",
"balance",
"text",
"visual",
"rubik",
"note",