Skip to content

Instantly share code, notes, and snippets.

View andy5995's full-sized avatar

Andy Alt andy5995

View GitHub Profile
69% building modules 1372/1373 modules 1 active ...plication-project-view.compoHash: 6c323ac5d2721a3aa9a3
Time: 33996ms
chunk {0} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 412 kB {5} [initial] [rendered]
chunk {1} main.bundle.js, main.bundle.js.map (main) 1.04 MB {4} [initial] [rendered]
chunk {2} styles.bundle.js, styles.bundle.js.map (styles) 339 kB {5} [initial] [rendered]
chunk {3} scripts.bundle.js, scripts.bundle.js.map (scripts) 393 kB {5} [initial] [rendered]
chunk {4} vendor.bundle.js, vendor.bundle.js.map (vendor) 7.14 MB [initial] [rendered]
chunk {5} inline.bundle.js, inline.bundle.js.map (inline) 0 bytes [entry] [rendered]
WARNING in ./~/@agm/core/services/maps-api-loader/lazy-maps-api-loader.js
│ └── [email protected]
└── [email protected]
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN enoent ENOENT: no such file or directory, open '/root/package.json'
npm WARN root No description
npm WARN root No repository field.
npm WARN root No README data
npm WARN root No license field.
We're looking for projects who can take the time out to help mentor
developers as they get started with open source.
What sort of tasks are a good fit?
Tasks should take no longer than a few nights' worth of work
Tasks should stand alone - avoid core functionality on which other tasks depend
Tasks should be well described with pointers to help the implementer
name: Code for Social Good
desc: Code for Social Good is a global platform to connet nonprofits and open source s with technical volunteers.
site: http://code4socialgood.org/
tags:
- Angular
- Java
- Java Spring Framework
- CSS
- HTML
- MySql
<form action="http://www.htdig.org/cgi-bin/htsearch" target=body>
<b>Quick Search:</b><br>
<font size="-1">
<input type=text name=words size=15>
</font>
</form>
andy@oceanus:~/src/htdig/testing/cgi-bin$ gdb htsearch
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
valgrind --leak-check=full src/simplecgen
==6184== Memcheck, a memory error detector
==6184== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==6184== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==6184== Command: src/simplecgen
==6184==
processing infiles/hts_form.sct
==6184== Invalid read of size 1
==6184== at 0x109165: main (simplecgen.c:240)
==6184== Address 0x51e54e0 is 0 bytes inside a block of size 457 free'd
msgmerge --previous --sort-output --lang=ru ru.po rmw.pot -o ru.new.po
ru.po:103:9: invalid multibyte sequence
ru.po:103:17: invalid multibyte sequence
ru.po:103:91: invalid multibyte sequence
ru.po:586:12: invalid multibyte sequence
ru.po:586:20: invalid multibyte sequence
ru.po:586:37: invalid multibyte sequence
ru.po:586:97: invalid multibyte sequence
ru.po:586:124: invalid multibyte sequence
ru.po:587:45: invalid multibyte sequence
/*
* simplecgen.c: generates html files using the simplectemplate library
*
* Copyright 2017 Andy <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
tex_bmp.cpp
tex_codec.cpp
../../../source/lib/sysdep/os/unix/x/x.cpp: In function ‘int clipboard_filter(void*, SDL_Event*)’:
../../../source/lib/sysdep/os/unix/x/x.cpp:267:42: error: ‘union SDL_SysWMmsg::<anonymous>’ has no member named ‘x11’
XEvent* xevent = &event->syswm.msg->msg.x11.event;
^~~
../../../source/lib/sysdep/os/unix/x/x.cpp: In function ‘Status x11_clipboard_init()’:
../../../source/lib/sysdep/os/unix/x/x.cpp:323:30: error: ‘union SDL_SysWMinfo::<anonymous>’ has no member named ‘x11’
g_SDL_Display = info.info.x11.display;
^~~