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
user@local giza-sdk# bin/sdk build | |
scons: Reading SConscript files ... | |
scons: done reading SConscript files. | |
scons: Building targets ... | |
Building SDK compiler... | |
[cc] host compiler1.c | |
[cc] host compiler2.c |
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
const len = <T, TIterable extends Array<T>>(iterable: TIterable): number => iterable.length; | |
const hasMember = <T>(param: T, fieldName: string): boolean => fieldName in param; | |
interface CategoryInfo { | |
id: number; | |
name: string; | |
} | |
interface LogMessage { | |
logText: string; |
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
import 'package:flutter/material.dart'; | |
import 'package:simple_gravatar/simple_gravatar.dart'; | |
class MyAccount extends StatefulWidget { | |
@override | |
MyAccountApp createState() => new MyAccountApp(); | |
} | |
class MyAccountApp extends State<MyAccount> { | |
final Gravatar profile = Gravatar('[email protected]'); |
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 <FL/Fl_Box.H> | |
class TextLabel: public Fl_Box { | |
LayoutEngine engine; | |
std::string text; | |
public: | |
TextLabel( std::string& text, uint32_t x, uint32_t y, uint32_t height, uint32_t width) | |
: text(text) | |
, Fl_Box( x, y, width, height, text.c_str()) |
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 <vector> | |
#include <unordered_map> | |
#include <string> | |
#include <ctype.h> | |
#include <utility> | |
#include <sstream> | |
#include "sexpr.h" | |
#include "tinyformat.h" | |
#include "fmt/format.h" |
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
!---------------------------------------------------------------------- | |
! AOLNET.CCL | |
!---------------------------------------------------------------------- | |
Title "AOLnet" | |
ID 4 | |
DriverType 1 | |
-Label 0 { Label 0 } | |
IfConnects 2 1 |
My code here
Setting top to : directory-it-doesnt-matter
Setting out to : directory-it-doesnt-matter
Traceback (most recent call last):
File "/lib/python3.8/site-packages/waf/waflib/Scripting.py", line 159, in waf_entry_point
run_commands()
File "/lib/python3.8/site-packages/waf/waflib/Scripting.py", line 255, in run_commands
ctx = run_command(cmd_name)
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 <fcntl.h> | |
#include <errno.h> | |
#include <unistd.h> | |
#include <stdint.h> | |
#include <string.h> | |
#include <stdbool.h> | |
#include <sys/stat.h> | |
#include <sys/mman.h> |
(gdb) r
Starting program: /home/robert_/C++/intervue/bin/x86_64-pc-linux-gnu/debug/client
/usr/lib/../share/gcc-9.2.0/python/libstdcxx/v6/xmethods.py:731: SyntaxWarning: list indices must be integers or slices, not str; perhaps you missed a comma?
refcounts = ['_M_refcount']['_M_pi']
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
height is 16
ID = 1, Position = (231, 2)