- αααααΆαα½α Video
- αααααα·ααααΆ αααααΆααααααααααααΆααααααΌαααΆαααααα’ααα α²ααααααΆαα’ααΈαααΊαα·α
- ααααααα·ααααΆ
15.99$- 10.99$ αααααΆαααααααα (21-22/Dec/2021)
- 12.99$ αααααΆαααααααα (23-31/Dec/2021)
- αααααααΆαα αααΎαα ααααΈ w3school α¬ w3resource
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { font-family: system-ui, Arial; padding: 20px; max-width: 800px; } | |
| .box { padding: 10px; border-radius: 6px; margin-bottom: 12px; } | |
| .output { background:#f7f7f7; padding:10px; border:1px solid #ddd; border-radius:6px; } | |
| .hidden { display:none; } | |
| .green { color: #0a0; } | |
| .red { color: #a00; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Database\Seeders; | |
| use Faker\Generator; | |
| use Illuminate\Database\Seeder; | |
| use Illuminate\Support\Facades\DB; | |
| use Illuminate\Support\Facades\Schema; | |
| class PartNumberFinalDiscountSeeder extends Seeder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Download flutter and set environment of flutter | |
| C:\src\flutter\bin | |
| Flutter βversion and flutter doctor | |
| Install Java and Set environment | |
| Variable: JAVA_HOME, Value: C:\Program Files\Java\jdk-18.0.2 | |
| Install Android Studio, Create AVD Manager | |
| Install Android SDK and More | |
| File -> Setting -> Appearance & Behavior -> System Settings -> Android SDK -> Select SDK Tools, Untick βHide Obsolete Packages | |
| Android SDK Build Tools 33 | |
| Android SDK Command-Line Tools |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @if ($paginator->hasPages()) | |
| <nav aria-label="..."> | |
| <ul class="pagination"> | |
| @if ($paginator->onFirstPage()) | |
| {{-- <li class="page-link disabled"><span>β Previous</span></li> --}} | |
| <li class="page-item disabled"> | |
| <a class="page-link">β Previous</a> | |
| </li> | |
| @else |
- αααααΆα Online (Google Meet)
- αααααα·ααααΆ
Sat: 1-3:10pm (Break 10mins)
Sun: 9-11:10am (Break 10mins)
QA: Mon-Fri (12-12:35pm) - ααααααα·ααααΆ
122$100$ | Laravel 8 News Portal (CMS) (Learn Online) - ααααααα·ααααΆ
100$49.99$ | Laravel 8 Vuejs for Inventory Management System (π ³π Έπ 50%) (Recorded Video)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "fmt" | |
| func main() { | |
| // func complex(real, imaginary FloatType) ComplexType | |
| // Initializing Complex Numbers | |
| complex1 := complex(12, 22) // Constructor init | |
| complex2 := 12 + 223i // complex number init syntax | |
| // var a complex128 = complex(6, 2) | |
| var b complex64 = complex(9, 2) |
These are the steps to setup an Ubuntu server from scratch and deploy a MERN app with the PM2 process manager and Nginx. We are using Linode, but you could just as well use a different cloud provider or your own machine or VM.
Create an account at Linode
Click on Create Linode
Choose your server options (OS, region, etc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "fmt" | |
| func main() { | |
| fmt.Println("Golang Float") | |
| var x float32 = 123.78 | |
| var y float32 = 3.4e+38 | |
| var salary1 float32 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "fmt" | |
| func main() { | |
| var h = 22.2 | |
| var kh = 92 | |
| var str = "Hello Universe" | |
| var txt = "HKimhab" | |
| var ds = true | |
| var dsk = false |
NewerOlder