Quick function to deep merge using Object.assign(). Thoughts?
/**
* Simple is object check.
* @param item
* @returns {boolean}
*/| /^(?:\+88|88)?(01[3-9]\d{8})$/ |
| files.download('example.txt') # from colab to browser download |
| <?php | |
| /* | |
| |-------------------------------------------------------------------------- | |
| | Application Routes | |
| |-------------------------------------------------------------------------- | |
| | | |
| | Here is where you can register all of the routes for an application. | |
| | It's a breeze. Simply tell Laravel the URIs it should respond to | |
| | and give it the controller to call when that URI is requested. |
| import javafx.event.Event; | |
| import javafx.scene.control.ContentDisplay; | |
| import javafx.scene.control.TableCell; | |
| import javafx.scene.control.TableColumn; | |
| import javafx.scene.control.TableColumn.CellEditEvent; | |
| import javafx.scene.control.TablePosition; | |
| import javafx.scene.control.TableView; | |
| import javafx.scene.control.TextField; | |
| import javafx.scene.input.KeyCode; | |
| import javafx.scene.input.KeyEvent; |
| # coding=UTF-8 | |
| from __future__ import division | |
| import re | |
| # This is a naive text summarization algorithm | |
| # Created by Shlomi Babluki | |
| # April, 2013 | |
| class SummaryTool(object): |
| import java.util.List; | |
| import java.util.regex.Pattern; | |
| import javafx.application.*; | |
| import javafx.collections.FXCollections; | |
| import javafx.event.*; | |
| import javafx.scene.*; | |
| import javafx.scene.control.*; | |
| import javafx.scene.effect.*; | |
| import javafx.scene.image.*; | |
| import javafx.scene.web.HTMLEditor; |
| " VIM Configuration File | |
| " Description: Optimized for C/C++ development, but useful also for other things. | |
| " Author: Gerhard Gappmeier | |
| " | |
| " set UTF-8 encoding | |
| set enc=utf-8 | |
| set fenc=utf-8 | |
| set termencoding=utf-8 | |
| " disable vi compatibility (emulation of old bugs) |