Update as of 8.08.2021:
- Hid the bookmarks bar and fine-tuned some header styles.
If you want to add your own style to Slack, here's how.
I dunno what happened. I just wanted to try something sporty/future-y, I guess. Code for this is directly below.
Update as of 8.08.2021:
If you want to add your own style to Slack, here's how.
I dunno what happened. I just wanted to try something sporty/future-y, I guess. Code for this is directly below.
FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.
Copyright © 2016-2018 Fantasyland Institute of Learning. All rights reserved.
A function is a mapping from one set, called a domain, to another set, called the codomain. A function associates every element in the domain with exactly one element in the codomain. In Scala, both domain and codomain are types.
val square : Int => Int = x => x * xOnly 3 fundamental properties of an actor:
| DELIMITER $$ | |
| DROP PROCEDURE IF EXISTS add_email_address_column_to_customers_table $$ | |
| -- Create the stored procedure to perform the migration | |
| CREATE PROCEDURE add_email_address_column_to_customers_table() | |
| BEGIN | |
| -- Add the email_address column to the customers table, if it doesn't already exist |
| REM http://www.msfn.org/board/topic/119612-how-to-install-a-font-via-the-command-line/ | |
| @ECHO OFF | |
| TITLE Adding Fonts.. | |
| REM Filename: ADD_Fonts.cmd | |
| REM Script to ADD TrueType and OpenType Fonts for Windows | |
| REM By Islam Adel | |
| REM 2012-01-16 | |
| REM How to use: |
| using System; | |
| using System.Linq; | |
| using NLog; | |
| using Raven.Abstractions.Data; | |
| using Raven.Bundles.Replication; | |
| using Raven.Bundles.Replication.Plugins; | |
| using Raven.Json.Linq; | |
| namespace MyRavenReplicationBundle | |
| { |