Nov 7, 7:30pm
5455 Heritage School Dr, Provo
Service project, hosting a dance for Scenic View Academy (speical education school).
This Friday is our service project and dance!
| diff --git a/src/EntityFramework/project.json b/src/EntityFramework/project.json | |
| index 9676c8f..1a130bf 100644 | |
| --- a/src/EntityFramework/project.json | |
| +++ b/src/EntityFramework/project.json | |
| @@ -33,16 +33,7 @@ | |
| "System.Runtime.Extensions": "4.0.10.0", | |
| "System.Threading": "4.0.0.0" | |
| } | |
| - }, | |
| - ".NETPortable,Version=v4.6,Profile=Profile44": { |
| { | |
| "ProjectName": "DesignTimeHostDemo", | |
| "Configurations": [ | |
| { | |
| "FrameworkName": "net45", | |
| "LongFrameworkName": ".NETFramework,Version=v4.5", | |
| "FriendlyFrameworkName": ".NET Framework 4.5", | |
| "CompilationSettings": { | |
| "LanguageVersion": 6, | |
| "Defines": [ |
| <?xml version="1.0" encoding="utf-8"?> | |
| <configuration> | |
| <packageSources> | |
| <add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" /> | |
| <add key="NuGet.org" value="https://nuget.org/api/v2/" /> | |
| </packageSources> | |
| </configuration> |
| public class SublimeWorkspace : Workspace | |
| { | |
| public SublimeWorkspace(string workspaceKind) : base(GetHost(), workspaceKind) | |
| { | |
| } | |
| private static HostServices GetHost() | |
| { | |
| return MefHostServices.DefaultHost; | |
| } |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using Microsoft.CodeAnalysis; | |
| using Microsoft.CodeAnalysis.CSharp; | |
| using Microsoft.CodeAnalysis.CSharp.Syntax; | |
| using Microsoft.CodeAnalysis.Host; | |
| using Microsoft.CodeAnalysis.Host.Mef; |
| import sublime, sublime_plugin, os, sys | |
| import subprocess | |
| class CBluntEventlistener(sublime_plugin.EventListener): | |
| """docstring for CBluntEventlistener""" | |
| def on_query_completions(self, view, prefix, locations): | |
| pos = locations[0] | |
| scopes = view.scope_name(pos).split() | |
| if "source.cs" not in scopes: | |
| return [] |
| function quickSort(arr) { | |
| sort(arr, 0, arr.length - 1); | |
| return arr; | |
| } | |
| function swap(arr, m, n) { | |
| var tmp = arr[m]; | |
| arr[m] = arr[n]; | |
| arr[n] = tmp; | |
| } |
| <html> | |
| <head> | |
| <meta name=Title content="Tithing Settlement"> | |
| <meta name=Keywords content=""> | |
| <meta http-equiv=Content-Type content="text/html; charset=macintosh"> | |
| <meta name=ProgId content=Excel.Sheet> | |
| <meta name=Generator content="Microsoft Excel 14"> | |
| <link rel=File-List href="tithing_settlement_files/filelist.xml"> | |
| <title>Tithing Settlement</title> |
| { | |
| "id": 1, | |
| "name": "P90X EZ", | |
| "steps":[ | |
| { | |
| "activityId":284, | |
| "name":"Pushup", | |
| "measurements": [ | |
| { | |
| "typeId": 1, |