{
billedTime: 27.26,
nonBillableTime: 14.24,
TotalReportedTime: 41.50,
endDate: "2018-12-02",
startDate: "2018-11-26",
name: "Chirag Shah",
userImage: "URL for cloudinary with 100x100 ratio",
timeEntriesSummary: {
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
/var/folders/tg/2nvj21k51mv6sdrxj7_zvkbh0000gp/T/ruby-build.20230428113123.5369.9flm8o ~ | |
/var/folders/tg/2nvj21k51mv6sdrxj7_zvkbh0000gp/T/ruby-build.20230428113123.5369.9flm8o/ruby-3.0.4 /var/folders/tg/2nvj21k51mv6sdrxj7_zvkbh0000gp/T/ruby-build.20230428113123.5369.9flm8o ~ | |
checking for ruby... /Users/sudeep.tarlekar/.rbenv/shims/ruby | |
checking build system type... aarch64-apple-darwin22.4.0 | |
checking host system type... aarch64-apple-darwin22.4.0 | |
checking target system type... aarch64-apple-darwin22.4.0 | |
checking for llvm-ar... no | |
checking for clang++... clang++ | |
checking for llvm-nm... no | |
checking for llvm-objcopy... no |
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
class GaussJordanElimination | |
attr_reader :max_elements, :matrix, :solution, :sorted_columns | |
def initialize(max_elements) | |
@max_elements = max_elements | |
@matrix = [] | |
@solution = [] | |
@sorted_columns = [] | |
end |
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
# -*- encoding: utf-8 -*- | |
# | |
# The current require dance for different Ruby versions. | |
# Change this to suit your requirements. | |
# | |
if Kernel.respond_to?(:require_relative) | |
require_relative("./stomp_common") | |
else | |
$LOAD_PATH << File.dirname(__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
syntax on | |
set re=0 | |
" let g:gruvbox_contrast_dark="medium" | |
colorscheme gruvbox | |
autocmd vimenter * hi Normal guibg=NONE ctermbg=NONE | |
set tabstop=2 | |
set relativenumber | |
set expandtab |
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
class ConfigurationController < ApiController | |
def index | |
render jsonapi: { | |
footer_text: 'CopyRight', | |
footer_color: '#FFF', | |
footer_logo: 's3_iamge_path', | |
} | |
end | |
end |
{
"startDate": "2018-12-10",
"endDate": "2018-12-16",
"projectsList": [
{
"label": "All Projects",
"value": null
},
{
{
"startDate": "2018-12-03",
"endDate": "2018-12-09",
"totalBilledHours": "158.23",
"totalUnbilledHours": "158.23",
"totalAmount": "500.00",
"projectsList": [
{
"label": "All Projects",
curl -X GET \
'http://localhost:3000/api/v1/organizations/big_binary/reports/project_summary?view=project_summary&group_by=projects&project_ids[]=40&start_date=2018-12-03&end_date=2018-12-09&=' \
-H 'Content-Type: application/json' \
-H 'X-Auth-Email: [email protected]' \
-H 'X-Auth-Token: kCK-Wh-xk6oYwpJn4BdP' \
curl -X GET \
'http://localhost:3000/api/v1/organizations/big_binary/time_entries/user_time_entries?date=2018-12-06&selected_user_id=8bdf8d08-feab-4fa6-ae00-69bd28681193' \
-H 'Content-Type: application/json' \
-H 'X-Auth-Email: [email protected]' \
-H 'X-Auth-Token: kCK-Wh-xk6oYwpJn4BdP' \
NewerOlder