Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 96ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
luisbandalap

luisbandalap

Joined 1 hour ago

All gists 3
Recently created Least recently created Recently updated Least recently updated
luisbandalap

luisbandalap / opkg_list_installed.sh

Last active 32 minutes ago

from https://gist.github.com/luisbandalap/2e17ba58e4f9f18d95704de24e17bc83

0 0 1
1 #!/bin/ash
2
3 list_pkgs() {
4 opkg list-installed | cut -f 1 -d " "
5 }
6
7 show_deps() {
8 opkg depends $1 | sed -e 1d -e 's/^\s*//'
9 }
luisbandalap

luisbandalap / ASimpleSOAPClient.java

Last active 33 minutes ago

from https://gist.github.com/luisbandalap/21698dd3197f01e0527b28dbab6d889b

0 0 1
1 package com.kdstudio.snippets.soap.client;
2
3 import java.io.ByteArrayInputStream;
4 import java.io.IOException;
5 import java.io.InputStream;
6 import java.util.HashMap;
7 import java.util.List;
8 import java.util.Map;
9
10 import javax.xml.parsers.DocumentBuilderFactory;
luisbandalap

luisbandalap / Mi Primer GIst

Last active 1 hour ago
0 0 1
1 scdfbdfbdf