This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include "http://google.ro/gr1.h" | |
using namespace std; | |
int main() | |
{int x; | |
cin>>x; | |
cout << x+1 << endl; | |
return 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"view_type":"multiple-slideshow", | |
"view_name":"Multiple slideshow", | |
"byLocation":true, | |
"slideshows":[ | |
{ | |
"id":1, | |
"cameras":[ | |
{ | |
"id":1, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## How can you paste multiple line content to a single cell in excel? | |
- save Word file as `txt` document: | |
``` | |
Example | |
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. | |
Components: | |
- Component 1 | |
- Component 2 | |
- Component 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please read the above comment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# Bootstrap script for setting up a new OSX machine | |
# | |
# This should be idempotent so it can be run multiple times. | |
# | |
# Some apps don't have a cask and so still need to be installed by hand. These | |
# include: | |
# | |
# - Twitter (app store) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Week 1 (31/12 - 06/01) | |
Week 2 (07/01 - 13/01) | |
Week 3 (14/01 - 20/01) | |
Week 4 (21/01 - 27/01) | |
Week 5 (28/01 - 03/02) | |
Week 6 (04/02 - 10/02) | |
Week 7 (11/02 - 17/02) | |
Week 8 (18/02 - 24/02) | |
Week 9 (25/02 - 03/03) | |
Week 10 (04/03 - 10/03) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Simple Vitamin week | |
12/31 - 01/06 | |
01/07 - 01/13 | |
01/14 - 01/20 | |
01/21 - 01/27 | |
01/28 - 02/03 | |
02/04 - 02/10 | |
02/11 - 02/17 | |
02/18 - 02/24 | |
02/25 - 03/03 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <avr/interrupt.h> | |
//COMMON CATHODE | |
byte segment7code[] = { | |
0b00111111, // 0 | |
0b00000110, // 1 | |
0b01011011, // 2 | |
0b01001111, // 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <avr/interrupt.h> | |
//COMMON CATHODE | |
// define the way to activate 7 Segment leds | |
byte segment7code[] = { | |
0b00111111, // 0 | |
0b00000110, // 1 | |
0b01011011, // 2 |
OlderNewer