just create new flutter project, and replace the main.dart.
try to paste in textfield :
Turquoise Blue (#40E0D0)
Coral Pink (#FF6F61)
Sunny Yellow (#FFD700)
Leaf Green (#8F9779)
just create new flutter project, and replace the main.dart.
try to paste in textfield :
Turquoise Blue (#40E0D0)
Coral Pink (#FF6F61)
Sunny Yellow (#FFD700)
Leaf Green (#8F9779)
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="com.example.research_storage"> | |
| <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | |
| <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> | |
| <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/> | |
| <application | |
| android:label="research_storage" | |
| android:name="${applicationName}" | |
| android:icon="@mipmap/ic_launcher"> | |
| <activity |
| // properti | |
| // behavior | |
| class Person{ | |
| String name; | |
| int age; | |
| Person(this.name, this.age); | |
| String getMessage(){ | |
| final msg ="$name age is $age"; |
| class Numbering { | |
| final double d; | |
| Numbering({ | |
| required this.d, | |
| }); | |
| factory Numbering.fromMap(Map<String, dynamic> map) { | |
| return Numbering( | |
| d: map['d'], // will error on flutter and working on dartpad | |
| ); | |
| } |
| func (h *Handler) dksocket(c *gin.Context) { | |
| token := h.extractClaim(c) | |
| conn, err := wsupgrader.Upgrade(c.Writer, c.Request, nil) | |
| nc, _ := nats.Connect(nats.DefaultURL) | |
| nc.Subscribe(token.UserID, func(m *nats.Msg) { | |
| conn.WriteMessage(1, m.Data) // meneruskan subcribe ke websocket. potensi panic ga?? | |
| }) | |
| nc.Subscribe("pengumuman", func(m *nats.Msg) { | |
| conn.WriteMessage(1, m.Data) // meneruskan subcribe ke websocket. potensi panic ga?? | |
| }) |
| #!/bin/bash | |
| # original source: https://github.com/angristan/wireguard-install | |
| # this just for automatic response yes :p | |
| # langsung tancap gas pokoknya om :-D | |
| if [ "$EUID" -ne 0 ]; then | |
| echo "You need to run this script as root" | |
| exit 1 | |
| fi |
| #!/bin/sh | |
| apt install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common | |
| curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - | |
| add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | |
| apt update | |
| apt install -y docker-ce docker-compose | |
| #login to vult | |
| #if you don't have an account, |
| Langkah - langkah : | |
| 1. Beli Domain | |
| 2. Install WP + Plugin : jetpack, yoast, wp super cache akismet | |
| 3. Tentukan niche atau random | |
| 4. Riset keyword : dengan ekstensi moz resit da, jika diatas 20 jangan diambil | |
| 5. SEO On Page : keyword ada title, | |
| 6. SEO Off Page : Backlink |
| contoh.situsiklanbarisgratis.pro | |
| cari.jaringaniklannasional.asia | |
| automation.iklanpengusaha.asia | |
| iklanbisnis.cari-pekerjaan.top | |
| ads.situsiklanbarisgratis.pro | |
| arena.jaringaniklangratis.pro | |
| bandarlampung.iklandaerah.com | |
| classifiedsads.jualanlaku.org | |
| eksklusif.direktoriiklan.asia | |
| iklan.peluangusahamandiri.top |