Skip to content

Instantly share code, notes, and snippets.

View VirtualSatai's full-sized avatar

Troels Beck Krøgh VirtualSatai

View GitHub Profile
Who we are
Omnicide-Ravencrest EU is a semi-hardcore guild and our goal is to progress into late game Mythic content, while keeping a friendly atmosphere in our raids
Your Application
Each member has to fill an application form if they wish to join our raiding team. The application needs to be elaborately filled, with thoroughly examined answers. Do not forget that your application is the first image you give to us, so make it count! You may always get an invite as a social.
Guild Rules & Expectations
Guild Rules
Guild Rules & Expectations
Concerning the raids
We expect you to be fully equipped with adequate flasks and potions, as well as have your items properly enchanted and gemmed for your main spec before the raid. Maxing professions is also of gravity to us, since they play their role in raids.
It is of vital importance that you've read the tactics and watched videos of the encounters of the current raid tier. You are also expected to seek class/spec tips for each encounter in order for you to enhance your performance.
### Keybase proof
I hereby claim:
* I am virtualsatai on github.
* I am satai (https://keybase.io/satai) on keybase.
* I have a public key whose fingerprint is 264F 1910 8359 5EC3 3BB3 8910 C2D6 BD2D DB38 D1D5
To claim this, I am signing this object:
%% File: `plainnat.bst'
%% A modification of `plain.bst' for use with natbib package
%%
%% Copyright 1993-2007 Patrick W Daly
%% Max-Planck-Institut f\"ur Sonnensystemforschung
%% Max-Planck-Str. 2
%% D-37191 Katlenburg-Lindau
%% Germany
%% E-mail: daly@mps.mpg.de
%%
private IEnumerable<Recipe> RecommendRecipes(IEnumerable<Tuple<Item, decimal>> list)
{
var recipies = _db.Recipes.Include(x => x.Ingredients);
var recipiesWithRating = list.ToList();
var recipiesWithExpectedRating = new List<Tuple<Recipe, Decimal>> ();
foreach (var rec in recipies)
{
#include <stdio.h>
#include <math.h>
typedef double (*function)(double);
typedef double (*sum_function)(double, double, double, function);
double trap(double startX, double endX, double numOfIntervals, sum_function sum_fn, function fn);
double sum_fn(double startX, double intervalSize, double endX, function fn);
double fn(double x);
#include <stdio.h>
#include <math.h>
typedef double (*function)(double);
typedef double (*sum_function)(double, double, double, function);
double trap(double startX, double endX, double numOfIntervals, sum_function sum_fn, function fn);
double sum_fn(double startX, double intervalSize, double endX, function fn);
double fn(double x);
\section{Ændringer i koden}
\textbf{I McSntt/Views/Windows/CreateBoatBookingWindow.xaml.cs, linje 45-47}
\lstset{firstnumber=45}
\begin{lstlisting}[frame=single, caption=CreateBoatBookingWindow.cs ændringer, label=fntpg-cb]
+ // The following lines will select the first eligible member if the above line didn't select any.
+ if(this.CaptainComboBox.SelectedIndex == -1 && this.CrewList.Count(p => p.PersonId == rt.CaptainId) > 0)
+ this.CaptainComboBox.SelectedIndex = 0;
\end{lstlisting}
\lstset{firstnumber=57}
\textbf{I McSntt/Views/Windows/NewLecture.xaml.cs, linje 57}