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
import SwiftUI | |
import MapKit | |
import Foundation | |
// MARK: - Nationality | |
struct Nationality: Codable { | |
let country: [Country] | |
let name: String | |
} |
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
import SwiftUI | |
import MapKit | |
import Foundation | |
// MARK: - Welcome | |
struct DataSet: Codable { | |
let nhits: Int | |
let parameters: Parameters | |
let records: [Record] | |
} |
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
import Cocoa | |
let numbers = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15] | |
var oneThousandNumbers = [Int]() | |
for i in 1...1000{ | |
oneThousandNumbers.append(i) | |
} | |
for num in oneThousandNumbers { |
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
import React from "react"; | |
import { | |
RecoilRoot, | |
atom, | |
useRecoilState, | |
useRecoilValue, | |
selector, | |
} from "recoil"; | |
const numState = atom({ |
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
const Joi = require('@hapi/joi'); | |
const express = require('express'); | |
const app = express(); | |
app.use(express.json()) | |
const people = [ | |
{id: 1, name:"Jack",}, | |
{id: 2, name:"Ben",}, | |
{id: 3, name:"Well",}, | |
{id: 4, name: "Niggan",}, |
#Best CSS Framework
- Website
- Examples
- Text Content Generator - http://www.lipsum.com
- Favicon Generator - http://tools.dynamicdrive.com/favicon
- Data Generator - https://mockaroo.com/
- Mobile Mockup Generator - https://mockuphone.com
- Logo Generator - https://www.logaster.com
- UUID Generator - https://www.uuidgenerator.net/
- Hash Generator - https://passwordsgenerator.net/sha256-hash-generator/