- React JS for views
- React Router for routing
- Redux for storing data
- Service Worker for cachine resource
This file contains hidden or 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
| from flask import Flask | |
| import schedule | |
| import time | |
| import pdb | |
| import pygame | |
| import threading | |
| app = Flask(__name__) | |
| def run_continuously(self=schedule, interval=1): |
This file contains hidden or 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 "dialog.h" | |
| #include <QApplication> | |
| int main(int argc, char *argv[]) | |
| { | |
| QApplication a(argc, argv); | |
| Dialog w; // a dialog window to peform keyboard action. | |
| w.show(); | |
| return a.exec(); |
This file contains hidden or 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
| #define led 13 //led connected to pin 13 | |
| void setup() | |
| { | |
| pinMode(led, OUTPUT); //set pin 13 to output mode | |
| Serial.begin(9600); // assiging baud rate and begining serail commuication | |
| } | |
| int ledState = LOW; //a flag to keep track led current state. initial to LOW |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="simple counter application"> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <script src="https://npmcdn.com/expect/umd/expect.min.js"></script> |
This file contains hidden or 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
| .navigation.transparent{ | |
| margin: 0 auto; | |
| overflow: hidden; | |
| font-weight: 600; | |
| background-color: rgba(0,0,0,0.25); | |
| border-color: transparent; | |
| // color: #fff !important; | |
| @include border-radius(0px); | |
| @include box-shadow(0 0 0 0); |
This file contains hidden or 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
| Details | |
| /** | |
| * Request_outletController | |
| * | |
| * @description :: Server-side logic for managing request_outlets | |
| * @help :: See http://links.sailsjs.org/docs/controllers | |
| */ | |
| var async = require('async'); | |
| var moment = require('moment'); |
This file contains hidden or 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
| RUN sudo dpkg --add-architecture i386 && apt-get -qq update && apt-get -qq dist-upgrade && apt-get install -qq -y --no-install-recommends \ | |
| git \ | |
| openssh-client \ | |
| ca-certificates \ | |
| make \ | |
| default-jdk \ | |
| ant \ | |
| curl \ | |
| p7zip \ | |
| libsm6 \ |
|| Shree Ganeshay Namah ||
Vartika & Manish invites your gracious presence on
their wedding
ON
15th Feb
Groom's Family Bride's family
Mrs. Maya Yadav && Mr. Rajesh Yadav Mrs. Urmila Yadav && Mr. Subhash Yadav
#!html
<pre>
<strong>[<strong style="color: green;">tecmint</strong>@tecmint.com ~]$ sudo ssh-keygen -t rsa
</strong>
Generating public/private rsa key pair.
Enter file in which to save the key (/home/tecmint/.ssh/id_rsa): <span style="color: red;">[Press enter key]</span>
Created directory '/home/tecmint/.ssh'.
Enter passphrase (empty for no passphrase): <span style="color: red;">[Press enter key]</span>