Skip to content

Instantly share code, notes, and snippets.

@Ariksoul
Ariksoul / css.markdown
Created Oct 7, 2021
Задание на самостоятельное выполнение по теме CSS-селекторов
View css.markdown
View keybase.md

Keybase proof

I hereby claim:

  • I am nutrien-walter-manger on github.
  • I am chipmangernutrie (https://keybase.io/chipmangernutrie) on keybase.
  • I have a public key ASDa7ieG-otP-D1UqwIAZ1hgM5u6myrfsA0xOqXA5FDX_go

To claim this, I am signing this object:

@Evgenia-cyber
Evgenia-cyber / index.html
Created Oct 7, 2021
Слайдер сравнения изображений JavaScript
View index.html
<div class='compare'>
<div class="compare-img">
<img
src="assets/img/explore-slider/after.jpg"
alt="Las Meninas after restoration"
width="720"
height="700"
/>
</div>
<div class='compare-slider-thumb'></div>
View tenant
register via the static website
add url with 3000 to /etc/hosts
create the tenant via console Apartment::Tenant.create('name')
@hossein-amini
hossein-amini / Platform.kt
Created Oct 7, 2021
Android Parcelable in Kotlin Multiplatform
View Platform.kt
// CommonMain
@CommonParcelize
data class User(
val firstname: String,
val lastname: String
): CommonPacelable
View vocab.jsonld
{
"@version": 1.1,
"@protected": true,
"@id": "https://big-plato.com/vocab/CustomVc",
"@context": {
"@protected": true,
"@vocab": "https://big-plato.com/vocab/CustomVc#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"foo": { "@type": "xsd:string" },
View new_gist1633628648241.js
console.log('New Gist1633628648241 who dis?');
View gist:d555d3262151a8a35a27153c0c643033
class Graph {
constructor() {
this.adjList = {};
}
addEdge(node1, node2) {
if (!(node1 in this.adjList)) {
this.adjList[node1] = new Set();
}
if (!(node2 in this.adjList)) {
this.adjList[node2] = new Set();
@BrunoCaimar
BrunoCaimar / fearless_campfire.md
Created Oct 7, 2021
Fearless change campfire
View fearless_campfire.md

"If you're making new mistakes, then it shows you're learning." Perhaps a good attitude for our managers? - Karl Wiegers

I learned that I need to place the food at the desk next to mine - just 2 meters away so that I do not eat all of it myself Klaus Marquardt

I heard from one company in the UK -- Maria's Rule -- there is no problem that cake cannot solve :-)! Linda Rising to Everyone (11:26 AM)

@thigobaco
thigobaco / index.html
Created Oct 7, 2021
Q1 - Sprint 1 - Dia 7 - Exercício 1
View index.html
<p class="hidden" id="mensagem">Muito bem! Você acertou!</p>