Skip to content

Instantly share code, notes, and snippets.

View wiless's full-sized avatar
💭
I may be slow to respond.

wireless wiless

💭
I may be slow to respond.
View GitHub Profile
@wiless
wiless / designer.html
Last active August 29, 2015 14:11
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../paper-progress/paper-progress.html">
<link rel="import" href="../core-pages/core-pages.html">
@wiless
wiless / sumall.go
Created March 15, 2015 13:51
Example walk through interface and reflect
package main
import (
"reflect"
"strconv"
"fmt"
)
func sum(arguments ...interface{}) {
@wiless
wiless / httpserver.go
Last active December 8, 2020 05:36
A Simple command line HTTP Server
package main
import (
"flag"
"fmt"
"html/template"
"io/ioutil"
"net"
"net/http"
"os"
@wiless
wiless / dbusnetwatch.go
Created June 18, 2015 20:31
Monitor for change of SSID/Connection
package main
import (
"fmt"
"os"
"github.com/godbus/dbus"
)
// dbus-monitor --system "type='signal',sender='org.freedesktop.NetworkManager',interface='org.freedesktop.NetworkManager'"
// Implements a simple phase delay from different n-Antenna elements
package pathloss
import (
"fmt"
"log"
"math"
"github.com/wiless/cellular/deployment"
"github.com/wiless/vlib"

A golang application models a system of multiple base-station represented as

type BaseStation struct{
...
}

A simulation system creates []BaseStation and calls .Transmit(ch chan []complex128) method for each object. Typical size of []BaseStation is of the order of 100s.

@wiless
wiless / Review.md
Last active September 23, 2015 08:38
Review on Wire app

Pros :

Love the call quality, the UI, less settings. Sign-up mechanism Pros : Signup with email or phone number. Chat or wire-contacts are by invite only. Does not automatically add everyone in the world having your email/phone number. Setting allows to disable sharing contacts .

Cons/Needs attention :

  1. First time login should ask whether allow contact sharing or not
  2. Do not SUGGEST my contact-friends to other friends on my list !!
  3. Though on the phone-app, I had disabled the sharing of contacts, when I open the web version of your app (apps.wigosim.com) , the setting shows "Share contacts" !!
  4. One of most common complains among my contacts are the NOTIFICATION sounds are not LOUD enough, sometimes the calls get unnoticed !! [ I ensured the notification is turned on for all events]
  5. Even though I disabled "Giffy" settings, it still shows "Gif" Icon at the chat-text input area. Would recommend to replace that with "Send Icon" if the giffy is disabled in setting
@wiless
wiless / designer.html
Last active January 27, 2016 16:00
designer
<link rel="import" href="../smoothie-chart/smoothie-chart.html">
<link rel="import" href="../google-map/google-map.html">
<polymer-element name="my-element">
<template>
<style>
:host {
box-sizing: border-box;
position: absolute;
@wiless
wiless / index.html
Created March 25, 2016 17:51
Simplest CSV plotter using c3js library
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Output Plot</title>
</head>
<body>
<h1>Tutorial <h1>
<h2> Plot of the CSV data stored in <b>output.csv</b> </h2>
@wiless
wiless / rpi-arch-linux-to-sdcard.sh
Created August 25, 2016 20:06 — forked from pklaus/rpi-arch-linux-to-sdcard.sh
for the Raspberry Pi (1!): Arch Linux ARM to SD Card Script; See https://gist.github.com/pklaus/9dd4a7bf040788cda501 for RPi 2
#!/bin/bash
# <http://archlinuxarm.org/platforms/armv6/raspberry-pi>
echo -e "\n\nArch Linux ARM for Raspberry Pi to SD Card\n"
echo -e "Not meant for the Raspberry Pi 2 - \n"
echo -e " Check https://gist.github.com/pklaus/9dd4a7bf040788cda501 instead.\n\n"
echo -e "\nAll drives on this computer:\n"
ls -1 /dev/sd?