The first thing to do is to install Git on the remote server.
Once you do that the rest of the process is split into three sections:
- Server set-up
- Local set-up (push commits)
- Server (pull commits)
| /*<?php | |
| //*/public class PhpJava { public static void main(String[] args) { System.out.printf("/*%s", | |
| //\u000A\u002F\u002A | |
| class PhpJava { | |
| static function main() { | |
| echo(//\u000A\u002A\u002F | |
| "Hello World!"); | |
| }} | |
| //\u000A\u002F\u002A | |
| PhpJava::main(); |
This is a compiled list of falsehoods programmers tend to believe about working with time.
Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.
| const { app, BrowserWindow, TouchBar } = require('electron'); | |
| const { TouchBarLabel, TouchBarButton } = TouchBar; | |
| const count = 8; | |
| const interval = 500; | |
| const colors = [ | |
| '#ff0000', | |
| '#00ff00', | |
| '#0000ff', | |
| '#ffff00', |
| CC=gcc -g -std=c99 -Wall -Werror -D_POSIX_C_SOURCE=200809L | |
| lisp: main.o forms.o reader.o eval.o printer.o repl.o builtins.o | |
| $(CC) -o lisp *.o | |
| main.o: main.c | |
| $(CC) -c main.c | |
| forms.o: forms.h forms.c | |
| $(CC) -c forms.c |
| Rank | Type | Prefix/Suffix | Length | |
|---|---|---|---|---|
| 1 | Prefix | my+ | 2 | |
| 2 | Suffix | +online | 6 | |
| 3 | Prefix | the+ | 3 | |
| 4 | Suffix | +web | 3 | |
| 5 | Suffix | +media | 5 | |
| 6 | Prefix | web+ | 3 | |
| 7 | Suffix | +world | 5 | |
| 8 | Suffix | +net | 3 | |
| 9 | Prefix | go+ | 2 |