I hereby claim:
- I am jonasfranz on github.
- I am jonasfranz (https://keybase.io/jonasfranz) on keybase.
- I have a public key ASD7hyYCOLgKJOFpP5AR_1ihAqZStVJS3fjHDKEdeKx1ego
To claim this, I am signing this object:
void main() { | |
List<Map<String, dynamic>> arr1 = [ | |
{"id": "1", "name": "First Item", "price": 10}, | |
{"id": "2", "name": "Second Item", "price": 12} | |
]; | |
List<Map<String, dynamic>> arr2 = [ | |
{"id": "1", "quantity": 1}, | |
{"id": "2", "quantity": 3}, | |
{"id": "3", "quantity": 2} |
[ | |
{ | |
"datatype": "home", | |
"id": "342", | |
"icon": "2-home", | |
"title": " ", | |
"utitle": null, | |
"lead": "Ein toller lead" | |
}, | |
{ |
I hereby claim:
To claim this, I am signing this object:
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:ed810fd31fbe67f406ed71bdd4f1e9b6493ed946] |
package main | |
import ( | |
"code.gitea.io/sdk/gitea" | |
"fmt" | |
) | |
func main() { | |
client := gitea.NewClient("http://localhost:3000", "YOUR_KEY") | |
times, err := client.GetMyTrackedTimes() |
fiewf |
#!/bin/bash | |
#su - | |
mkdir ~/cleverdesk-installation/ | |
cd ~/cleverdesk-installation/ | |
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee /etc/apt/sources.list.d/webupd8team-java.list | |
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 -recv-keys EEA14886 | |
sudo apt-get update -y | |
sudo apt-get install screen haproxy oracle-java8-installer unzip wget maven npm nodejs-legacy git -y --force-yes | |
git clone https://github.com/Cleverdesk/cleverdesk.git |