Skip to main content

Questions tagged [framework]

A framework is an existing library or set of libraries to help you complete a common task faster and more easily. Use this tag if you're writing a framework, not if you're just using one. When using a framework the specific framework should be used instead of this tag.

3 votes
2 answers
20 views

Intro I have this tiny Java framework that allows users to gather running time statistics of a piece of code. It gathers: minimum running time of a Runnable, ...
coderodde's user avatar
  • 32.2k
11 votes
2 answers
2k views

Cat Hello everyone! I am working on this TUI framework which aims to abstract the ncurses library. I was wondering how understandable it is, and what I can improve! Any feedback is welcome!! My ...
Labricecat's user avatar
1 vote
1 answer
181 views

Question: What do you think about this design and the implementation? This is a simple networking framework for IPv4, IPv6 TCP client and TCP server for Linux and MS-Windows in C++14. It uses a single-...
Andre Adrian's user avatar
1 vote
1 answer
121 views

I am a little new in the Pandas and Python framework. I would like to understand if my code is more or less fine or it too related to my old program framework way of thinking. I have this is the input ...
diedro's user avatar
  • 111
0 votes
1 answer
122 views

I want to improve performance for api. I design cache in dao layer. I use caffine cache. Basic code is: CacheConfig.java ...
study_20160808's user avatar
10 votes
2 answers
392 views

Code review scope My goal with this review is to receive big-picture observations and suggestions for improving the efficiency / ease of writing the front end of a web application with this basic ...
user avatar
1 vote
1 answer
77 views

Dropdown Screenshot I have 3 dropdowns with multiple components in the UI. Have incorporated data driven java selenium framework, data is fetched from excel sheet: Excel sheet- where data is fetched ...
Amirtaraj R's user avatar
3 votes
1 answer
173 views

This code adds the following functionality to the basic tkinter.Tk() class... settings-file interaction for persistent application settings fullscreen functionality ...
hunter.logan's user avatar

15 30 50 per page
1
2 3 4 5