Skip to content

Instantly share code, notes, and snippets.

View moredatapls's full-sized avatar
💻
processing...

Helge Brügner moredatapls

💻
processing...
View GitHub Profile
@kibotu
kibotu / Issues.md
Last active April 23, 2025 20:25
Ticket Templates

Bug Report Template

Help your QAs and the rest of your Agile Team members report bugs consistently! Use the bug report template for Jira issues and speed up the issue preparation process. This template ensures the reporter will provide enough information for the team to reproduce and fix the bug.


Provide a general summary of the issue in the Title above.

Expected Behaviour

@ErikEJ
ErikEJ / IQueryableExtensions.cs
Last active March 30, 2025 14:29
Replacement for EF Core .Contains, that avoids SQL Server plan cache pollution
using System.Linq.Expressions;
namespace Microsoft.EntityFrameworkCore
{
public static class IQueryableExtensions
{
public static IQueryable<TQuery> In<TKey, TQuery>(
this IQueryable<TQuery> queryable,
IEnumerable<TKey> values,
Expression<Func<TQuery, TKey>> keySelector)
0101 (N1) Hörsäle (U-Trakt), Theresienstr. 90
0102 (N2) Hochvolthaus, Theresienstr. 90
0103 (N3) El.Masch./Geräte, Theresienstr. 90
0104 (N4) Elektro Physik, Theresienstr. 90
0105 (N5) Elektrotechnik, Theresienstr. 90
0106 (N6) Materialprüfamt, Theresienstr. 90
0108 (N8) Verfügungsgebäude, Theresienstr. 90
0109 (N9) Reflexionsarmer Raum, Theresienstr. 90
0201 (S1) Gabelsbergerstr. 43, Gabelsbergerstr. 43
0202 (S2) Gabelsbergerstr. 39, Gabelsbergerstr. 39
@ledmaster
ledmaster / MultipleTimeSeriesForecasting.ipynb
Last active September 24, 2024 15:14
How To Predict Multiple Time Series With Scikit-Learn (With a Sales Forecasting Example)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@umpirsky
umpirsky / userContent.css
Last active November 2, 2023 17:19
Firefox dark theme workaround (https://bugzilla.mozilla.org/show_bug.cgi?id=519763) Inspired by https://wiki.archlinux.org/index.php/Firefox#Unreadable_input_fields_with_dark_GTK.2B_themes. Add it to ~/.mozilla/firefox/xxxxxxxx.default/chrome/userContent.css or using https://addons.mozilla.org/en-US/firefox/addon/stylish/ add-on. add-on.
input:not(.tactile-searchbox-input):not(.urlbar-input):not(.textbox-input):not(.form-control):not([type='checkbox']) {
-moz-appearance: none !important;
background-color: white;
color: black;
}
#downloads-indicator-counter {
color: white;
}
@rxaviers
rxaviers / gist:7360908
Last active May 6, 2025 09:54
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue: