Skip to content

Instantly share code, notes, and snippets.

View cvasilak's full-sized avatar

Christos Vasilakis cvasilak

View GitHub Profile
@cvasilak
cvasilak / gist:2302c7e90630a25f8d97
Last active August 29, 2015 14:21
zip structure
➜ unzip -l native-cocoapods-corinne.zip
Archive: native-cocoapods-corrine.zip
Length Date Time Name
-------- ---- ---- ----
0 05-20-15 14:27 native-cocoapods/
0 05-21-15 12:32 native-cocoapods/files/
0 04-27-15 11:35 native-cocoapods/files/FHStarterProject/
208 04-14-15 11:40 native-cocoapods/files/FHStarterProject/AppDelegate.h
...
0 04-27-15 11:35 native-cocoapods/resources/
@cvasilak
cvasilak / prj_dtls.conf
Created April 24, 2018 06:57
zephyr - prj_dtls.conf (working DTLS config for BLE Nano 2) - IPv6 only
CONFIG_NETWORKING=y
CONFIG_NET_LOG=y
CONFIG_NET_BUF_LOG=y
CONFIG_SYS_LOG_NET_LEVEL=4
CONFIG_SYS_LOG_NET_BUF_LEVEL=2
CONFIG_SYS_LOG_LWM2M_LEVEL=4
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NET_IPV6=y
CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=3
CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=2
@cvasilak
cvasilak / gist:ba977a98d1a8ce9136909068239736f5
Last active May 3, 2019 05:54
cp-docker-images - 'pom.xml'
update 'pom.xml' [1] and add the confluent repository entry:
...
<repositories>
<repository>
<id>confluent</id>
<url>http://packages.confluent.io/maven/</url>
</repository>
</repositories>
...