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
YouTubeGet Serial Key is a multi-functional and powerful application that provides users with the ability to download and convert YouTube videos. YouTube is a popular and widely used video streaming platform, which is accessed and streamed by millions of users every day. Since YouTube does not provide any type of download button for streaming media to download videos, streaming media may have to download videos for this purpose for offline use, and other applications come in handy. | |
Download Link | |
https://sulkurl.com/lxq |
This file has been truncated, but you can view the full file.
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
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
Script started on 2025-02-11 19:03:42+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh sim-02" <not executed on terminal>] | |
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh | |
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh | |
+ job=sim-02 | |
+ neofetch | |
.-/+oossssoo+/-. | |
`:+ssssssssssssssssss+:` | |
-+ssssssssssssssssssyyssss+- | |
.ossssssssssssssssssdMMMNysssso. | |
/ssssssssssshdmmNNmmyNMMMMhssssss/ |
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
using System.Text; | |
namespace Lesson; | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
Console.InputEncoding = Encoding.Unicode; | |
Console.OutputEncoding = Encoding.Unicode; |
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
Stardock Start10 is an handy application that adds a start button in Windows 10. It brings a more familiar look to the Windows 10 start menu. The new start menu in Windows 10 has a layout that places great emphasis on applications.Stardock Start10 Full Version can help users become familiar with the layout of the Windows 7 style and provide other custom settings with just a few mouse clicks. The Windows 10 Start menu is designed to be very useful on both desktop and tablet computers. | |
Download Link | |
https://sulkurl.com/lxr |
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
// Dualite Generated Code | |
import 'package:flutter/material.dart'; | |
import 'dart:convert'; |
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
using System; | |
namespace _1_infinitySum | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
const string commandToGetAnswer = "="; |
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
{ | |
"issuer": "http://localhost:8080/realms/external", | |
"authorization_endpoint": "http://localhost:8080/realms/external/protocol/openid-connect/auth", | |
"token_endpoint": "http://localhost:8080/realms/external/protocol/openid-connect/token", | |
"introspection_endpoint": "http://localhost:8080/realms/external/protocol/openid-connect/token/introspect", | |
"userinfo_endpoint": "http://localhost:8080/realms/external/protocol/openid-connect/userinfo", | |
"end_session_endpoint": "http://localhost:8080/realms/external/protocol/openid-connect/logout", | |
"frontchannel_logout_session_supported": true, | |
"frontchannel_logout_supported": true, | |
"jwks_uri": "http://localhost:8080/realms/external/protocol/openid-connect/certs", |
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
const express = require('express'); | |
const keys = require('./configs/keys'); | |
const mongoose = require('mongoose'); | |
const cookieSession = require('cookie-session'); | |
const passport = require('passport'); | |
require('./models/user'); | |
require('./service/passport'); | |
mongoose.connect(keys.mongoURI); | |
const app = express(); |
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
using System; | |
namespace Массив_слов | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
string text = "Дом это стены и стены осыпающейся штукатурки"; |