docker pull docker.io/library/node:22-bookworm
docker inspect --format='{{index .RepoDigests 0}}' docker.io/library/node:22-bookworm
# or
skopeo inspect docker://docker.io/library/node:22-bookworm | jq -r '.Digest'
Discover gists
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
function mutateInstagramVideo(node) { | |
node.querySelectorAll('video').forEach(video => { | |
video.setAttribute('controls', '') | |
video.nextElementSibling.remove() | |
}) | |
} | |
mutateInstagramVideo(document) | |
var observer = new MutationObserver(function(mutations) { |
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
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-3145728412-1752322905-909997274-1000</user> | |
<keys> | |
<key installerType="Nsis" displayName="SteelSeries GG 80.0.0" displayVersion="80.0.0"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SteelSeries GG</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[]]></InstallLocation> | |
<UninstallString><![CDATA[C:\Program Files\SteelSeries\GG\uninst.exe]]></UninstallString> |
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
#include <Application.h> | |
#include <Window.h> | |
#include <GLView.h> | |
#include <GL/gl.h> | |
#include <GL/glu.h> | |
#include <MessageRunner.h> | |
class MyGLView : public BGLView { | |
public: | |
MyGLView(BRect frame) | |
: BGLView(frame, "MyGLView", B_FOLLOW_ALL, 0, BGL_RGB | BGL_DOUBLE | BGL_DEPTH) { |
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
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-2270195762-3335344054-2709297393-1000</user> | |
<keys> | |
<key installerType="Msi" displayName="hv-ms735-config" displayVersion="1.1.0.0"> | |
<RegistryView>Registry32</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{ADF1D230-C5B5-4679-B2CF-E212CA2E8E79}</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[]]></InstallLocation> | |
<UninstallString><![CDATA[MsiExec.exe /I{ADF1D230-C5B5-4679-B2CF-E212CA2E8E79}]]></UninstallString> |
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
2025-02-11T08:48:43.516392534-06:00 [ERROR] { | |
"thread": "main", | |
"payload": "called `Option::unwrap()` on a `None` value", | |
"location_data": { | |
"file": "crates/gpui/src/window.rs", | |
"line": 2815 | |
}, | |
"backtrace": [ | |
"zed::reliability::init_panic_hook::{{closure}}::hcc698c3e0d5c3169+118730403", | |
"std::panicking::rust_panic_with_hook::hfe205f6954b2c97b+93624072", |
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
package de.myema.keycloak; | |
import java.util.ArrayList; | |
import java.util.HashMap; | |
import java.util.HashSet; | |
import java.util.List; | |
import java.util.Map; | |
import org.jboss.logging.Logger; | |
import org.keycloak.models.ClientSessionContext; |
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
Simple manual steps as admin for adding a workstation to the list of computers a user account can log into. | |
$currentWorkstations = (Get-ADUser -Identity "<USER>" -Properties LogonWorkstations).LogonWorkstations | |
$newWorkstations = "$currentWorkstations,<NEWCOMPUTER>" | |
Set-ADUser -Identity "<USER>" -LogonWorkstations $newWorkstations |
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
package aula9; | |
public class Banco implements OperacoesBanco{ | |
@Override | |
public Correntista encontraCorrentista(Correntista[] todosCorrentistas, String cpfProcurado) { | |
// TODO Auto-generated method stub | |
for (Correntista correntista: todosCorrentistas) { | |
if(correntista.getCpfCliente() == cpfProcurado) return correntista; | |
} |
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
MSTech Folder Icon Pro Free Download is the most complete and the best Folder Icon tool that gives you everything you need to create unlimited amazing folder icons and assign them to any folder in the easiest way. Straightforward featuring an intuitive interface make the application quite simple to handle, meaning that it gives a chance even to the less experienced individuals. | |
Download Link | |
https://sulkurl.com/lxm |