I hereby claim:
- I am fraga on github.
- I am fraga (https://keybase.io/fraga) on keybase.
- I have a public key whose fingerprint is AA5F 6765 FB77 8496 98CE 8C23 427A 1324 8A7C 5EDC
To claim this, I am signing this object:
| import io | |
| import pandas as pd | |
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| # Define the input CSV string | |
| csv_string = """timestamp,duration | |
| 2022-02-20 23:00:00,420 | |
| 2022-02-21 00:30:00,300 | |
| 2022-02-21 07:15:00,360 |
| using Newtonsoft.Json; | |
| using ODataUtility.Microsoft.Dynamics.DataEntities; | |
| using System; | |
| using System.Linq; | |
| using Microsoft.OData.Client; | |
| namespace ODataConsoleApplication | |
| { | |
| class SimpleCRUDExamples | |
| { |
| # Ikovsky | |
| use_synth :piano | |
| 10.times do | |
| play 50, amp: 1, sustain: 0.2, sustain_level: 1 | |
| sleep 0.35 | |
| play 57, sustain: 0.2 | |
| sleep 0.25 | |
| play 62, sustain: 0.2 | |
| sleep 0.35 |
| namespace TelnetServer | |
| { | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Net; | |
| using System.Net.Sockets; | |
| using System.Text; | |
| using System.Threading; |
I hereby claim:
To claim this, I am signing this object:
| Using worker: worker-linux-bb3654bb-1.bb.travis-ci.org:travis-linux-7 | |
| travis_fold:start:system_info | |
| Build system information | |
| Build language: c | |
| Build image provisioning date and time | |
| Wed Feb 4 18:22:50 UTC 2015 | |
| Operating System Details | |
| Distributor ID: Ubuntu | |
| Description: Ubuntu 12.04 LTS |
| static void dynUpdateAxClass(Args _args) | |
| { | |
| AxGenerateAxBCClass gen; | |
| gen = AxGenerateAxBCClass::newTableId(tableNum(SalesTable)); | |
| gen.run(); | |
| } |
| This is a test |
| Open .gitignore | |
| add the following line | |
| !packages/Microsoft.Bcl.Build*/tools/Microsoft.Bcl.Build.targets | |
| save changes and commit | |
| open up git bash for your repo |
| static void main(Args args) | |
| { | |
| System.Diagnostics.Stopwatch stopWatch; | |
| System.TimeSpan elapsed; | |
| if (SysCompileAll::prompt()) | |
| { | |
| stopWatch = new System.Diagnostics.Stopwatch(); | |
| stopWatch.Start(); |