This file contains hidden or 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
| /* See LICENSE file for copyright and license details. */ | |
| /* appearance */ | |
| static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*"; | |
| //atic const char font[] = "-*-uniread-medium-r-normal-*-10-*-*-*-*-*-*-ru"; | |
| static const char xfont[] = "xft:Uniread-15"; | |
| static const char normbordercolor[] = "#aaaaaa"; | |
| static const char normbgcolor[] = "#3F3F3F"; | |
| static const char normfgcolor[] = "#DCDCCC"; //"#323232"; | |
| static const char selbordercolor[] = "#f9f9f9"; | |
| static const char selbgcolor[] = "#5F5F5F"; |
This file contains hidden or 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
| /*return 0 on success and 1 if eeprom is busy*/ | |
| uint8_t eesave(uint16_t *data){ | |
| if(eeprom_is_ready()){ | |
| void *ptr; | |
| } | |
| } |
This file contains hidden or 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
| if(enable_cookies){ | |
| if(cookies_file) | |
| ck = soup_cookie_jar_text_new(cookies_file, false); | |
| else | |
| ck = soup_cookie_jar_new(); | |
| soup_session_add_feature(soup_session, SOUP_SESSION_FEATURE(ck)); | |
| } |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <theme name="AbercromBB" version="1404"> | |
| <properties> | |
| <templateset><![CDATA[24]]></templateset> | |
| <editortheme><![CDATA[default]]></editortheme> |
This file contains hidden or 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
| evgeny@lamarr:~/code$ splint defineproc/defineproc.c | |
| Splint 3.1.2 --- 16 Mar 2008 | |
| defineproc/defineproc.c: (in function hash) | |
| defineproc/defineproc.c:35:15: Incompatible types for + (unsigned int, char): | |
| hashval + *str | |
| To make char and int types equivalent, use +charint. | |
| defineproc/defineproc.c: (in function search) | |
| defineproc/defineproc.c:45:18: Function returns with global root referencing | |
| released storage |
This file contains hidden or 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
| urxvt.termName: rxvt-256color | |
| urxvt.loginShell: false | |
| urxvt.scrollBar: false | |
| urxvt.internalBorder: 0 | |
| urxvt.borderWidth: 0 | |
| urxvt.secondaryScroll: true | |
| urxvt.saveLines: 65535 | |
| urxvt.cursorBlink: false | |
| !urxvt.font: xft:Terminus-10 | |
| urxvt.font: xft:Dejavu Sans Mono-10 |
This file contains hidden or 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
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #include <netinet/in.h> | |
| #include <netdb.h> | |
| #define BUFSZ 4096 |
This file contains hidden or 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
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <unistd.h> | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #include <netinet/in.h> | |
| #include <netdb.h> | |
| #define BUFSZ 4096 |
This file contains hidden or 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
| # Contributor: Moritz Heidkamp <[email protected]> | |
| pkgname=ruby-dbus | |
| pkgver=0.2.10 | |
| pkgrel=1 | |
| pkgdesc="A Ruby implementation of D-Bus" | |
| arch=('i686' 'x86_64') | |
| url="https://trac.luon.net/ruby-dbus/" | |
| license=('LGPL') | |
| makedepends=(ruby) | |
| source=(http://cloud.github.com/downloads/mvidner/ruby-dbus/$pkgname-$pkgver.tgz) |
OlderNewer