A complete list of RxJS 5 operators with easy to understand explanations and runnable examples.
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
updateState({target}) { | |
this.setState({user: {...this.state.user, [target.name]: target.value}}); | |
} |
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
license: bsd-3-clause |
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
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Postman | |
Exec=postman | |
Icon=/home/USERNAME/Postman/app/resources/app/assets/icon.png | |
Terminal=false | |
Type=Application | |
Categories=Development; |
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
/** | |
* advantages: | |
* - interface code not compiled | |
* - faster at runtime (Javascript object only; no prototypes) | |
*/ | |
interface IServiceCall { | |
id: string | number; | |
title: string; | |
businessPartner: string; | |
startTime: date; |
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
spring.datasource.url=jdbc:postgresql://localhost/myDatabase | |
spring.datasource.username=user | |
spring.datasource.password=password | |
spring.datasource.driverClassName=org.postgresql.Driver | |
spring.jpa.hibernate.hbm2ddl.auto=update | |
spring.jpa.hibernate.ejb.naming_strategy=org.hibernate.cfg.EJB3NamingStrategy | |
spring.jpa.hibernate.show_sql=true | |
spring.jpa.hibernate.format_sql=true | |
spring.jpa.hibernate.use_sql_comments=false |
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
"""Skrypt pozwala na pobieranie z napiprojekt.pl gdy nie posiadamy aplikacji. | |
ID z URL z wynikow wyszukiwania podajemy jako argument do skryptu. Np. | |
$ python napiprojekt.py e79975aa41dfecf52b81ac8231f4abde > napisy.txt | |
Wymagania: | |
* Python 2.7 | |
* Paczki z requirements.txt | |
""" |
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
const path = require("path") | |
const fs = require("fs") | |
// -- Webpack configuration -- | |
const config = {} | |
// Application entry point | |
config.entry = "./src/server/index.js" |
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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
//// | |
/// Font-Face Generator (FF) | |
/// @author Hugo Giraudel, Michael Turnwall | |
//// | |
/// Path to the location of the font files |