Sleep Token - This place will become your tomb
Flobots - Platypus
Carlos Viola - Blasphemous
This file contains 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
class Book { | |
constructor(title, author, isbn) { | |
this.title = title; | |
this.author = author; | |
this.isbn = isbn; | |
} | |
} | |
const isbnNumbers = new Set(); | |
const bookList = []; |
nasthug | Boiler Room Tokyo: Tohji Presents u-ha
Nina Bender - DJ Set | Escape Rave Closing - January 12 /23 (HARDTECHNO)
Kiki Solvej techno & rave live @ the Bahamas
Minimal Deep Tech + Deep House Mix | Lextacy b2b Deezy
Estella Boersma | Boiler Room Festival Berlin
Sara Landry | Boiler Room x Teletech Festival 2023
SPFDJ | Boiler Room Berlin: Intrepid Skin
CLOUDY F2F KUKO // Face 2 Face Cologne // Adrenaline x 240KM/H
Pegassi | Boiler Room: Ghent
This file contains 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 { useCallback, useState } from "react" | |
import { DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle } from "../ui/dialog" | |
import { FileUploadPage } from "./pages/upload" | |
import { PageProps } from "./pages/types" | |
import { ModalControlButton } from "./control-button" | |
import { SelectTargetPage } from "./pages/select-target" | |
type Page = { | |
title: string, | |
component: (props: PageProps) => JSX.Element |
Imagine you're developing a website similar to LinkedIn, where users are affiliated with particular companies, and some users may be associated with multiple companies. Your objective is to build a GraphQL API integrated with an SQL database to achieve the following:
- Fetch details about a company and all its linked users in a single database transaction.
- Implement the capability to update a company's information, with the restriction that the publicly facing name can be changed only once per week.
This file contains 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
hidutil property --set '{"UserKeyMapping":[ | |
{"HIDKeyboardModifierMappingSrc":0x700000035,"HIDKeyboardModifierMappingDst":0x700000064}, | |
{"HIDKeyboardModifierMappingSrc":0x700000064,"HIDKeyboardModifierMappingDst":0x700000035} | |
]}' |