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> | |
| int main(int argc, char** argv) { | |
| FILE *file, * filetest; | |
| char *buffer, *filename; | |
| long length; |
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
| From 07b6b7dc8082850d84516d1d4f1ebda20e192cc5 Mon Sep 17 00:00:00 2001 | |
| From: Sebastian Geiger <[email protected]> | |
| Date: Thu, 29 Oct 2015 15:05:35 +0100 | |
| Subject: [PATCH] Implementation draft for deprecated and drop flags | |
| --- | |
| examples/Makefile.am | 6 +++--- | |
| examples/cfgdeprecated.c | 33 +++++++++++++++++++++++++++++++++ | |
| examples/cfgdeprecated.conf | 3 +++ | |
| src/confuse.c | 21 +++++++++++++++++++++ |
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
| function bootstrap_mobildata_preprocess_form (&$variables) { | |
| if ($variables['attributes']['id'] == 'search-block-form') { | |
| if (!isset ($variables['attributes']['class'])) { | |
| $variables['attributes']['class'] = array(); | |
| } | |
| $variables['attributes']['class'] = array_merge ($variables['attributes']['class'], array('navbar-form navbar-right')); | |
| } | |
| } |
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
| \documentclass{article} | |
| \usepackage{graphicx,calc,lipsum} | |
| \makeatletter | |
| \newcommand*{\DivideLengths}[2]{% | |
| \strip@pt\dimexpr\number\numexpr\number\dimexpr#1\relax*65536/\number\dimexpr#2\relax\relax sp\relax | |
| } | |
| \makeatother | |
| \newsavebox\IBoxA \newsavebox\IBoxB \newlength\IHeight |
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
| # Broken gcc call made by from g-ir-scanner: | |
| $gcc -o /CHECKOUTDIR/gstreamer/libs/gst/base/tmp-introspectqgof6h_n/.libs/GstBase-1.0 \ | |
| -Wall -g -ggdb -O0 tmp-introspectqgof6h_n/CHECKOUTDIR/gstreamer/libs/gst/base/tmp-introspectqgof6h_n/GstBase-1.0.o \ | |
| -Wl,--export-dynamic -pthread -Wl,--export-dynamic \ | |
| -L/opt/gnome-build/lib \ | |
| -L. ./.libs/libgstbase-1.0.so -L../../../gst \ | |
| -L/CHECKOUTDIR/gstreamer/gst/.libs \ | |
| -lgio-2.0 -lgmodule-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -pthread -Wl,-rpath -Wl,/opt/gnome-build/lib | |
| ./.libs/libgstbase-1.0.so: undefined reference to `gst_element_message_full_with_details' | |
| ./.libs/libgstbase-1.0.so: undefined reference to `gst_make_element_message_details' |
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
| PKG_CONFIG_PATH="../../../pkgconfig:/opt/gnome-build/lib/pkgconfig:/opt/gnome-build/share/pkgconfig:/usr/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig" GI_SCANNER_DISABLE_CACHE=yes\ | |
| GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \ | |
| CPPFLAGS="" CFLAGS="-Wall -g -ggdb -O0" LDFLAGS="-L/opt/gnome-build/lib " CC="gcc" PKG_CONFIG="/usr/bin/pkg-config" DLLTOOL="false" \ | |
| /opt/gnome-build/bin/g-ir-scanner -v --namespace GstBase \ | |
| --nsversion=1.0 \ | |
| --warn-all \ | |
| --identifier-prefix=Gst \ | |
| --symbol-prefix=gst \ | |
| -I../../.. \ | |
| -I../../../libs \ |
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
| // custom-cell-renderer-text.h | |
| #ifndef CUSTOM_CELL_RENDERER_H | |
| #define CUSTOM_CELL_RENDERER_H | |
| #include <gtk/gtk.h> | |
| G_DECLARE_FINAL_TYPE (CustomCellRendererText, | |
| custom_cell_renderer_text, | |
| CUSTOM, CELL_RENDERER_TEXT, | |
| GtkCellRendererText) |
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
| { | |
| "dependencies": { | |
| "@angular/animations": "^4.2.4", | |
| "@angular/common": "^4.2.4", | |
| "@angular/compiler": "^4.2.4", | |
| "@angular/core": "^4.2.4", | |
| "@angular/forms": "^4.2.4", | |
| "@angular/http": "^4.2.4", | |
| "@angular/platform-browser": "^4.2.4", | |
| "@angular/platform-browser-dynamic": "^4.2.4", |
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
| EC2AMAZ-CU6BS2S | SUCCESS => { | |
| "ansible_facts": { | |
| "ansible_architecture": "64-bit", | |
| "ansible_bios_date": "10/16/2017", | |
| "ansible_bios_version": "1.0", | |
| "ansible_date_time": { | |
| "date": "2018-11-13", | |
| "day": "13", | |
| "epoch": "1542121428.62366", | |
| "hour": "15", |
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
| TASK [windows/kubernetes : OVS Docker network setup | Create setup_ovs_docker script] **************************************************************************************************************************** | |
| changed: [EC2AMAZ-C1DPK9D] | |
| TASK [windows/kubernetes : OVS Docker network setup | Run setup_ovs_docker script] ******************************************************************************************************************************* | |
| changed: [EC2AMAZ-C1DPK9D] | |
| TASK [windows/kubernetes : OVS Docker network setup | Delete psexec] ********************************************************************************************************************************************* | |
| changed: [EC2AMAZ-C1DPK9D] => (item=C:/PSTools.zip) | |
| changed: [EC2AMAZ-C1DPK9D] => (item=C:/PSTools) |
OlderNewer