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
version: '3' | |
services: | |
sql: | |
image: "mcr.microsoft.com/mssql/server:2019-latest" | |
container_name: ticky_mssql | |
environment: | |
SA_PASSWORD: "YourStrong@Passw0rd" | |
ACCEPT_EULA: "Y" | |
ports: | |
- 1433:1433 |
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
// Learn more about F# at http://fsharp.org | |
open System | |
module Program = | |
// Excersie 1 | |
let ex1 g = g + 4 | |
let ex2 (x, y) = System.Math.Sqrt((x * x) + (y * y)) |
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
package me.hinz3.primelibrary; | |
import javax.swing.tree.TreeNode; | |
import java.util.ArrayList; | |
import java.util.Collection; | |
import java.util.Map; | |
import java.util.concurrent.ForkJoinPool; | |
import java.util.concurrent.ForkJoinTask; | |
import java.util.stream.Collector; | |
import java.util.stream.Collectors; |
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
using RestSharp; | |
using System; | |
using System.Collections.Generic; | |
namespace DemoClient | |
{ | |
public class Item2 | |
{ | |
public List<object> bcc { get; set; } | |
public string body { get; set; } |
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
using (var bus = RabbitHutch.CreateBus("amqp://styjxehb:SfZDHmtVwzdfYxFSHynoLXyeRltIC320@bullfrog.rmq.cloudamqp.com/styjxehb")) | |
{ | |
var input = ""; | |
Console.WriteLine("Enter a message. 'Quit' to quit."); | |
while ((input = Console.ReadLine()) != "Quit") | |
{ | |
bus.Send<TextMessage>("myQueue", new TextMessage | |
{ | |
Text = input | |
}); |
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
Live child 0x55bb0704c470 (devicetwin_simplesample.o) PID 24723 | |
In file included from /home/jaah/esp/esp-azure/main/./devicetwin_simplesample.c:12:0: | |
/home/jaah/esp/esp-azure/main/./devicetwin_simplesample.c: In function 'ToAGENT_DATA_TYPE_Maker': | |
/home/jaah/esp/esp-azure/components/azure_iot/azure/serializer/inc/serializer.h:821:86: warning: unused variable 'eatThese_COMMA_phantomName4' [-Wunused-variable] | |
#define DEFINITION_THAT_CAN_SUSTAIN_A_COMMA_STEAL(name, instance) static const char* eatThese_COMMA_ | |
^ | |
/home/jaah/esp/esp-azure/components/azure_iot/azure/serializer/inc/serializer.h:422:18: note: in expansion of macro 'DEFINITION_THAT_CAN_SUSTAIN_A_COMMA_STEAL' | |
{DEFINITION_THAT_CAN_SUSTAIN_A_COMMA_STEAL(phantomName, 4); } \ | |
^ | |
/home/jaah/esp/esp-azure/components/azure_iot/azure/serializer/inc/serializer.h:109:5: note: in expansion of macro 'TO_AGENT_DATA_TYPE' |
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
Removing child 0x5576b0050930 PID 6923 from chain. | |
Successfully remade target file 'azure/c-utility/src/base64.o'. | |
Considering target file 'azure/c-utility/adapters/httpapi_compact.o'. | |
File 'azure/c-utility/adapters/httpapi_compact.o' does not exist. | |
Looking for an implicit rule for 'azure/c-utility/adapters/httpapi_compact.o'. | |
Trying pattern rule with stem 'httpapi_compact'. | |
Trying implicit prerequisite '/home/jaah/esp/esp-azure/components/azure_iot/azure/c-utility/adapters/httpapi_compact.c'. | |
Trying rule prerequisite '/home/jaah/esp/esp-idf-v3.0.4/make/project.mk'. | |
Trying rule prerequisite '/home/jaah/esp/esp-idf-v3.0.4/make/common.mk'. | |
Trying rule prerequisite '/home/jaah/esp/esp-idf-v3.0.4/make/component_wrapper.mk'. |
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
/azure_uamqp_c/amqp_definitions_terminus_durability.h' is older than target 'azure/uamqp/src/message_receiver.o'. | |
Prerequisite '/home/jaah/esp/esp-azure/components/azure_iot/azure/uamqp/inc/azure_uamqp_c/amqp_definitions_terminus_expiry_policy.h' is older than target 'azure/uamqp/src/message_receiver.o'. | |
Prerequisite '/home/jaah/esp/esp-azure/components/azure_iot/azure/uamqp/inc/azure_uamqp_c/amqp_definitions_node_properties.h' is older than target 'azure/uamqp/src/message_receiver.o'. | |
Prerequisite '/home/jaah/esp/esp-azure/components/azure_iot/azure/uamqp/inc/azure_uamqp_c/amqp_definitions_filter_set.h' is older than target 'azure/uamqp/src/message_receiver.o'. | |
Prerequisite '/home/jaah/esp/esp-azure/components/azure_iot/azure/uamqp/inc/azure_uamqp_c/amqp_definitions_source.h' is older than target 'azure/uamqp/src/message_receiver.o'. | |
Prerequisite '/home/jaah/esp/esp-azure/components/azure_iot/azure/uamqp/inc/azure_uamqp_c/amqp_definitions_target.h' is older than target 'azure/uamqp/s |
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
menu "Example Configuration" | |
config WIFI_SSID | |
string "WiFi SSID" | |
default "myssid" | |
help | |
SSID (network name) for the example to connect to. | |
config WIFI_PASSWORD | |
string "WiFi Password" |
This file has been truncated, but you can view the full file.
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
Pruning file '/home/jaah/esp/esp-idf-v3.0.4/components/newlib/include/newlib.h'. | |
Pruning file '/home/jaah/esp/esp-idf-v3.0.4/components/newlib/include/sys/config.h'. | |
Pruning file '/home/jaah/esp/esp-idf-v3.0.4/components/esp32/include/xtensa/config/core-isa.h'. | |
Pruning file '/home/jaah/esp/esp-idf-v3.0.4/components/newlib/include/sys/reent.h'. | |
Pruning file '/home/jaah/esp/esp-idf-v3.0.4/components/newlib/include/_ansi.h'. | |
Pruning file '/home/jaah/esp/esp-idf-v3.0.4/components/newlib/include/sys/_types.h'. | |
Pruning file '/home/jaah/esp/esp-idf-v3.0.4/components/newlib/include/machine/_types.h'. | |
Pruning file '/home/jaah/esp/esp-idf-v3.0.4/components/newlib/include/sys/lock.h'. | |
Pruning file '/home/jaah/esp/esp-idf-v3.0.4/components/newlib/include/sys/cdefs.h'. |
NewerOlder