Skip to content

Instantly share code, notes, and snippets.

View caleman9791's full-sized avatar
馃彔
Trabajando desde casa

Carlos Alem谩n caleman9791

馃彔
Trabajando desde casa
View GitHub Profile
@caleman9791
caleman9791 / GitConfigHttpProxy.md
Created November 20, 2024 04:41 — forked from evantoli/GitConfigHttpProxy.md
Configure Git to use a proxy

Configure Git to use a proxy

In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like:

<div class="w3-container w3-center w3-padding">
<img class="W3-image" id="imagen" src="img/pic_bulboff.gif"/>
<br/>
<img alt="" class="w3-circle" id="boton" src="img/button.png" style="width: 75px; height: 75px; margin-top: 20px;"/>
</div>
//
// =================================================
// Seleccione de elementos
// -------------------------------------------------
// Seleccionamos los elementos HTML por su id
let imagen = document.getElementById('imagen');
let boton = document.getElementById('boton');
// Clocamos algo de CSS al bot贸n
boton.style.backgroundColor = "green";
package modulo00007;
public class modulo00007 {
public static void main(String[] args) {
int myNum = 5; // Integer (whole number)
float myFloatNum = 5.99f; // Floating point number
char myLetter = 'D'; // Character
boolean myBool = true; // Boolean
Bash: sudo apt install default-jdk
Bash: update-alternatives --config java
Bash: javac -version
Resultado: javac 21.0.4
Bash: java -version
Resultado:
openjdk version "21.0.4" 2024-07-16
OpenJDK Runtime Environment (build 21.0.4+7-Ubuntu-1ubuntu224.04)
OpenJDK 64-Bit Server VM (build 21.0.4+7-Ubuntu-1ubuntu224.04, mixed mode, sharing)
public class Main {
public static void main(String[] args) {
System.out.println("Hola Mundo");
}
}
@caleman9791
caleman9791 / windows-keys.md
Created October 11, 2024 04:30 — forked from rvrsh3ll/windows-keys.md
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index